Postponed item data load to fix items without their names in the breakdown

This commit is contained in:
Tercio Jose
2023-05-05 22:27:58 -03:00
parent 0a4c35b304
commit 7ff45dd398
3 changed files with 82 additions and 106 deletions
+1 -1
View File
@@ -457,7 +457,7 @@ function Details:StartMeUp()
return Details.trinket_data
end
local customSpellList = Details:GetDefaultCustomSpellsList()
local customSpellList = Details:GetDefaultCustomItemList()
local trinketData = Details:GetTrinketData()
for spellId, trinketTable in pairs(customSpellList) do
if (trinketTable.isPassive) then