Fixed an issue with melee spells which wasn't showing the amount of misses in the breakdown window

This commit is contained in:
Tercio Jose
2023-05-12 13:19:25 -03:00
parent 3b395f7769
commit 937c963cc8
2 changed files with 48 additions and 2 deletions
+3
View File
@@ -33,6 +33,9 @@ local spellTable_FieldsToSum = {
["e_heal"] = true,
["e_lvl"] = true,
["e_total"] = true,
["DODGE"] = true,
["PARRY"] = true,
["MISS"] = true,
}
---@class spelltablemixin