From 4b5e453380b455ec368f8c430f4b226f0ecc363e Mon Sep 17 00:00:00 2001 From: Flamanis Date: Fri, 29 Dec 2023 23:56:56 -0600 Subject: [PATCH] Update parser.lua --- core/parser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/parser.lua b/core/parser.lua index 749c30d8..edaa9be0 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -7248,7 +7248,7 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1 for i = 1, players do local name, killingBlows, honorableKills, deaths, honorGained, faction, race, rank, class, classToken, damageDone, healingDone, bgRating, ratingChange, preMatchMMR, mmrChange, talentSpec - if (isWOTLK) then + if (isWOTLK or isERA) then name, killingBlows, honorableKills, deaths, honorGained, faction, rank, race, class, classToken, damageDone, healingDone, bgRating, ratingChange, preMatchMMR, mmrChange, talentSpec = GetBattlefieldScore(i) else name, killingBlows, honorableKills, deaths, honorGained, faction, race, class, classToken, damageDone, healingDone, bgRating, ratingChange, preMatchMMR, mmrChange, talentSpec = GetBattlefieldScore(i)