General Changes ad Improvements
- Added: Details:IsInMythicPlus() return true if the player is on a mythic dungeon run. - CombatObjects now have the key 'is_challenge' if the combat is a part of a challenge mode or mythic+ run. - Evoker extra bar tooltip's, now also show the uptime of Black Attunement and Prescience applications. - Breakdown Window now show Plater Npc Colors in the target box. - Added event: "COMBAT_MYTHICPLUS_OVERALL_READY", trigger when the overall segment for the mythic+ is ready. - Added event: "COMBAT_PLAYER_LEAVING", trigger at the beginning of the leave combat process. - Library updates: Details! Framework and Lib Open Raid.
This commit is contained in:
@@ -4074,7 +4074,7 @@ local SplitLoadFunc = function(self, deltaTime)
|
||||
|
||||
if (not container) then
|
||||
if (Details.debug) then
|
||||
Details:Msg("(debug) finished index spells.")
|
||||
--Details:Msg("(debug) finished index spells.")
|
||||
end
|
||||
SplitLoadFrame:SetScript("OnUpdate", nil)
|
||||
return
|
||||
@@ -4096,7 +4096,7 @@ local SplitLoadFunc = function(self, deltaTime)
|
||||
if (SplitLoadFrame.NextActorContainer == 5) then
|
||||
SplitLoadFrame:SetScript("OnUpdate", nil)
|
||||
if (Details.debug) then
|
||||
Details:Msg("(debug) finished index spells.")
|
||||
--Details:Msg("(debug) finished index spells.")
|
||||
end
|
||||
return
|
||||
end
|
||||
@@ -4187,7 +4187,7 @@ end
|
||||
|
||||
function Details.StoreSpells()
|
||||
if (Details.debug) then
|
||||
Details:Msg("(debug) started to index spells.")
|
||||
--Details:Msg("(debug) started to index spells.")
|
||||
end
|
||||
SplitLoadFrame:SetScript("OnUpdate", SplitLoadFunc)
|
||||
SplitLoadFrame.NextActorContainer = 1
|
||||
|
||||
Reference in New Issue
Block a user