From e7923b4019d736e2a97f9bb5868649e690fad5aa Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Tue, 14 Aug 2012 21:28:43 +0200 Subject: [PATCH] No need to hide it manually --- Monomyth.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Monomyth.lua b/Monomyth.lua index 8cc0ac1..5d324d5 100644 --- a/Monomyth.lua +++ b/Monomyth.lua @@ -123,14 +123,6 @@ Monomyth:Register('QUEST_DETAIL', function() end end) -Monomyth:Register('QUEST_ACCEPTED', function() - if(GossipFrame:IsShown() and GetNumGossipAvailableQuests() == 0 and GetNumGossipCompletedQuests() == 0) then - CloseGossip() - elseif(QuestFrame:IsShown()) then - HideUIPanel(QuestFrame) - end -end) - Monomyth:Register('QUEST_ACCEPT_CONFIRM', AcceptQuest) Monomyth:Register('QUEST_PROGRESS', function() -- 1.7.9.5