diff ObjectiveEvents.lua @ 2:a2396b03ce63

- identify action buttons by the associated QuestID instead of QuestLogIndex - deferred button placement in general to a self-destructing OnUpdate -- and defer self-destruct to a end of combat event if InCombatLockdown - tracker wrapper has an experience/reputation bar; the two elements "feel" related and it's a very simple info display
author Nenue
date Thu, 31 Mar 2016 01:38:47 -0400
parents b0447b382f36
children 589de8ea05b9
line wrap: on
line diff
--- a/ObjectiveEvents.lua	Wed Mar 30 16:30:49 2016 -0400
+++ b/ObjectiveEvents.lua	Thu Mar 31 01:38:47 2016 -0400
@@ -25,6 +25,9 @@
   RemoveQuestWatch(questLogIndex)
 end
 
+mod.OnQuestRemoved = function(_, questLogIndex, questID)
+end
+
 mod.OnQuestFromLocation = function(event) end
 
 mod.OnAddQuestWatch = function(questID)