diff --git a/core/parser.lua b/core/parser.lua index 3c828d848..29860fdd0 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -1054,7 +1054,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