Skip to content

Commit

Permalink
use the same as combat end
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Oct 10, 2023
1 parent e08b2df commit b5a833b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ElvUI_EltreumUI/Modules/Misc/QuestCombat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,15 @@ function ElvUI_EltreumUI:QuestCombatEnd()
_G.QuestWatchFrame:Show()
end
elseif E.Wrath then
_G.WatchFrame:Show()
if IsAddOnLoaded("Questie") then --TODO 10.2, might need C_AddOns.
if _G["Questie_BaseFrame"] then
_G["Questie_BaseFrame"]:Show()
else
_G.WatchFrame:Show()
end
else
_G.WatchFrame:Show()
end
end
end
end
Expand Down

0 comments on commit b5a833b

Please sign in to comment.