Add isERA check for HITS

This commit is contained in:
Flamanis
2023-09-07 22:19:59 -05:00
parent bf7cf53705
commit 4918f90c87
+1 -1
View File
@@ -1050,7 +1050,7 @@
overall["ALL"] = overall["ALL"] + 1 --qualtipo de hit ou absorb
mob["ALL"] = mob["ALL"] + 1 --qualtipo de hit ou absorb
if (spellId < 3) then
if (not isERA and spellId < 3) then
--overall
overall["HITS"] = overall["HITS"] + 1
mob["HITS"] = mob["HITS"] + 1