fix swing damage spell type

This commit is contained in:
andrew6180
2024-07-10 15:45:58 -07:00
parent ec2f1f59f4
commit af3477354a
+2 -2
View File
@@ -457,8 +457,8 @@
--melee
if (token == "SWING_DAMAGE") then
-- school or 00000001 because pets can have different melee damage types.
spellId, spellName, spellType, amount, overkill, school, resisted, blocked, absorbed, critical, glacing, crushing, isoffhand = 1, meleeString, school or 00000001, spellId, spellName, spellType, amount, overkill, school, resisted, blocked, absorbed, critical
-- spellType or 00000001 because pets can have different melee damage types.
spellId, spellName, spellType, amount, overkill, school, resisted, blocked, absorbed, critical, glacing, crushing, isoffhand = 1, meleeString, spellType or 00000001, spellId, spellName, spellType, amount, overkill, school, resisted, blocked, absorbed, critical
end
if (not targetName) then