We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee1726 commit 6e3fe34Copy full SHA for 6e3fe34
1 file changed
src/Classes/ItemsTab.lua
@@ -2817,8 +2817,7 @@ function ItemsTabClass:AddCustomModifierToDisplayItem()
2817
return modA.level > modB.level
2818
end)
2819
elseif sourceId == "ESSENCE" then
2820
- local itemType = (self.displayItem.type == "Staff" and self.displayItem.base.subType) or
2821
- self.displayItem.type
+ local itemType = (self.displayItem.type == "Staff" and self.displayItem.base.subType) or self.displayItem.type
2822
for _, essence in pairs(self.build.data.essences) do
2823
local modId = essence.mods[itemType]
2824
if modId then
0 commit comments