diff ObjectiveTracker/BonusObjectives.lua @ 30:7583684becf4

- implement procedural block contents generation - redo anchor calculations to allow for transitional animation - attempt to sort out event handling quirks related to autopopup quest completion and turn-in - revise the data structures created by the different GetInfo's - start on trimming out redundant variables
author Nenue
date Thu, 14 Apr 2016 17:11:13 -0400
parents adcd7c328d07
children 48b3e3959a0a
line wrap: on
line diff
--- a/ObjectiveTracker/BonusObjectives.lua	Wed Apr 13 21:53:24 2016 -0400
+++ b/ObjectiveTracker/BonusObjectives.lua	Thu Apr 14 17:11:13 2016 -0400
@@ -154,6 +154,7 @@
       t.isOnMap = isOnMap
       t.existingTask = existingTask
       t.questID = questID
+      t.id = questID
       t.objectives = {}
       t.taskIndex = i