Skip to content

Commit 54a753c

Browse files
wip
1 parent 7880a74 commit 54a753c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Data/Melee.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function Data:GetMeleeAttackPowerVsCreature(creature)
9393
local enchant = DataUtils:GetEnchantFromItemLink(itemLink)
9494
if enchant then
9595
if enchant == Data.enchantIds.UNDEAD_SLAYER then dmg = dmg + 140
96-
elseif enchant == Data.enchantIds.UNDEAD_SLAYER_170 then dmg = dmg + 170
96+
elseif enchant == Data.enchantIds.UNDEAD_SLAYER_170 then dmg = dmg + 170 end
9797
end
9898
end
9999
end

0 commit comments

Comments
 (0)