Mercurial > wow > buffalo2
diff ObjectiveTracker/AutoQuestPopups.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/AutoQuestPopups.lua Wed Apr 13 21:53:24 2016 -0400 +++ b/ObjectiveTracker/AutoQuestPopups.lua Thu Apr 14 17:11:13 2016 -0400 @@ -27,10 +27,11 @@ self.Info[questID] = self.Info[questID] or {} local popup = self.Info[questID] + popup.questID = questID + popup.id = questID popup.title = title popup.description = type popup.popupType = type - popup.questID = questID popup.questLogIndex = questLogIndex popup.popupIndex = popupIndex