diff --git a/src/public/js/burning.js b/src/public/js/burning.js index d7dc362..9ac2a50 100644 --- a/src/public/js/burning.js +++ b/src/public/js/burning.js @@ -2316,7 +2316,7 @@ function setCommonTraits($scope, burningData){ if( $scope.selectedLifepaths.length == 0 ) return; - var common = $scope.selectedLifepaths[0].commonTraits; + var common = burningData.stock_objs[$scope.stock].common_traits; if(common.length > 0){ for(var j = 0; j < common.length; j++){ var name = common[j];