More fixes for Classic WoW

This version should be stable on Classic WoW.
This commit is contained in:
Tercioo
2019-05-26 14:48:12 -03:00
parent 643d25bb91
commit e21d70e46e
5 changed files with 75 additions and 5 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ function mythicDungeonCharts:OnBossDefeated()
local currentCombat = Details:GetCurrentCombat()
local segmentType = currentCombat:GetCombatType()
local bossInfo = currentCombat:GetBossInfo()
local mythicLevel = C_ChallengeMode.GetActiveKeystoneInfo()
local mythicLevel = C_ChallengeMode and C_ChallengeMode.GetActiveKeystoneInfo()
if (mythicLevel and mythicLevel > 0) then
if (mythicDungeonCharts.ChartTable and mythicDungeonCharts.ChartTable.Running and bossInfo) then