We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7880a74 commit 54a753cCopy full SHA for 54a753c
Modules/Data/Melee.lua
@@ -93,7 +93,7 @@ function Data:GetMeleeAttackPowerVsCreature(creature)
93
local enchant = DataUtils:GetEnchantFromItemLink(itemLink)
94
if enchant then
95
if enchant == Data.enchantIds.UNDEAD_SLAYER then dmg = dmg + 140
96
- elseif enchant == Data.enchantIds.UNDEAD_SLAYER_170 then dmg = dmg + 170
+ elseif enchant == Data.enchantIds.UNDEAD_SLAYER_170 then dmg = dmg + 170 end
97
end
98
99
0 commit comments