- Major clean up on plugins that lost support on 8.0.
- Some code cleanup and old windows using old window styles are now using the framework. - Removed some debug prints. - All export data are using LibDeflate now.
This commit is contained in:
@@ -4881,7 +4881,6 @@ detailsOnDeathMenu.warningLabel:Hide()
|
||||
|
||||
detailsOnDeathMenu:SetScript ("OnEvent", function (self, event, ...)
|
||||
if (event == "ENCOUNTER_END") then --event == "PLAYER_REGEN_ENABLED" or
|
||||
print ("encounter ended")
|
||||
C_Timer.After (0.5, detailsOnDeathMenu.ShowPanel)
|
||||
end
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user