Merge pull request #605 from Flamanis/Add-era-check-for-hits-to-avoid-error-comparing-string
Add isERA check for HITS
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user