Work on Ascension Backport
This commit is contained in:
parent
5de2a04b8c
commit
bb7e0d2c27
325 changed files with 26995 additions and 41741 deletions
|
|
@ -152,7 +152,7 @@ local eventListener = Details:CreateEventListener()
|
|||
|
||||
eventListener:RegisterEvent("COMBAT_PLAYER_ENTER", function()
|
||||
--check if can start the real time dps tracker
|
||||
local bCanStartRealTimeDpsTracker = Details.use_realtimedps or (Details.combat_log.evoker_show_realtimedps and Details.playerspecid == 1473)
|
||||
local bCanStartRealTimeDpsTracker = Details.use_realtimedps
|
||||
if (not bCanStartRealTimeDpsTracker) then
|
||||
bCanStartRealTimeDpsTracker = Details.zone_type == "arena" and Details.realtimedps_always_arena
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue