diff ObjectiveTracker/Events.lua @ 38:1f8f9cc3d956

- module integration brought up to speed with current frame management structure
author Nenue
date Thu, 21 Apr 2016 11:36:41 -0400
parents e84d645c8ab8
children 92534dc793f2
line wrap: on
line diff
--- a/ObjectiveTracker/Events.lua	Mon Apr 18 07:56:23 2016 -0400
+++ b/ObjectiveTracker/Events.lua	Thu Apr 21 11:36:41 2016 -0400
@@ -50,15 +50,6 @@
 end
 T.CompleteQuest = function()
   local questID = GetQuestID()
-  if T.Quest.Info[questID] then
-    local q = T.Quest.Info[questID]
-    if q.logIndex then
-      local block = T.Quest.LogBlock[q.logIndex]
-      if block then
-        block:Hide()
-      end
-    end
-  end
 
   QuestPOIUpdateIcons()
   return OBJECTIVE_TRACKER_UPDATE_MODULE_QUEST