Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Sep 13, 2023
2 parents c89acfa + d15485f commit bbad376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/parser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbad376

Please sign in to comment.