You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Classes/Item.lua
+26-4Lines changed: 26 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -825,7 +825,7 @@ function ItemClass:ParseRaw(raw, rarity, highQuality)
825
825
end
826
826
-- this will need more advanced logic for jewel sockets in items to work properly but could just be removed as items like this was only introduced during development.
ifnotself.displayItemorself.displayItem.itemSocketCount==0ornot (self.displayItem.base.weaponorself.displayItem.base.armourorself.displayItem.base.tags.wandorself.displayItem.base.tags.stafforself.displayItem.base.tags.sceptre) then
514
+
ifnotself.displayItemorself.displayItem.itemSocketCount==0ornot (self.displayItem.base.weaponorself.displayItem.base.armourorself.displayItem.base.tags.wandorself.displayItem.base.tags.stafforself.displayItem.base.tags.sceptreorself.displayItem.title=="Darkness Enthroned") then
515
515
return0
516
516
end
517
517
localh=6
@@ -550,7 +550,7 @@ holding Shift will put it in the second.]])
0 commit comments