From 4918f90c87fb88819a0c105ce4af97026f68a151 Mon Sep 17 00:00:00 2001 From: Flamanis Date: Thu, 7 Sep 2023 22:19:59 -0500 Subject: [PATCH] Add isERA check for HITS --- core/parser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/parser.lua b/core/parser.lua index 062bdac9f..6b42915c6 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -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