Merge pull request 'Fix empty special traits on navigating back' (#27) from fix-empty-special-traits-on-navigation into main

Reviewed-on: #27
fix_missing_leaads_in_evil_necromancer
silverwizard 4 months ago
commit 66e7f8e70e
  1. 1
      src/public/js/burning.js

@ -301,6 +301,7 @@ function BurningCtrl($scope, $http, $modal, $timeout, settings, appropriateWeapo
if ( characterStorage.currentCharacter ){
//console.log("Loading current character");
loadCurrentCharacterFromStruct($scope, characterStorage.currentCharacter, burningData, appropriateWeapons);
calculateSpecialTraitsForDisplay($scope, burningData)
}
$scope.hashValues = hashValues;

Loading…
Cancel
Save