Revert "More fixes for Classic WoW"

This reverts commit e21d70e46e.
This commit is contained in:
Tercioo
2019-05-28 13:05:35 -03:00
parent e21d70e46e
commit 7c9a3957b4
5 changed files with 5 additions and 75 deletions
+1 -1
View File
@@ -3636,7 +3636,7 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1
_table_insert (_current_combat.last_events_tables, #_current_combat.last_events_tables+1, t)
--> check if this is a mythic+ run
local mythicLevel = C_ChallengeMode and C_ChallengeMode.GetActiveKeystoneInfo() --classic wow doesn't not have C_ChallengeMode API
local mythicLevel = C_ChallengeMode.GetActiveKeystoneInfo()
if (mythicLevel and type (mythicLevel) == "number" and mythicLevel >= 2) then --several checks to be future proof
--> more checks for integrity
if (_detalhes.tabela_overall and _detalhes.tabela_overall.last_events_tables) then