Skip to content

Commit 6e3fe34

Browse files
author
LocalIdentity
committed
Formatting
1 parent bee1726 commit 6e3fe34

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Classes/ItemsTab.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2817,8 +2817,7 @@ function ItemsTabClass:AddCustomModifierToDisplayItem()
28172817
return modA.level > modB.level
28182818
end)
28192819
elseif sourceId == "ESSENCE" then
2820-
local itemType = (self.displayItem.type == "Staff" and self.displayItem.base.subType) or
2821-
self.displayItem.type
2820+
local itemType = (self.displayItem.type == "Staff" and self.displayItem.base.subType) or self.displayItem.type
28222821
for _, essence in pairs(self.build.data.essences) do
28232822
local modId = essence.mods[itemType]
28242823
if modId then

0 commit comments

Comments
 (0)