diff ObjectiveInfo.lua @ 5:e9b61fd5f607

- use IsQuestWatched as the determinant for setting action button updates - check for block match-up in deferred action button updates
author Nenue
date Thu, 31 Mar 2016 15:58:08 -0400
parents 3397aae1f44d
children 589de8ea05b9
line wrap: on
line diff
--- a/ObjectiveInfo.lua	Thu Mar 31 14:28:40 2016 -0400
+++ b/ObjectiveInfo.lua	Thu Mar 31 15:58:08 2016 -0400
@@ -12,6 +12,7 @@
 Quest.itemButtons = {}
 Quest.freeButtons = {}
 Quest.POI = {}
+Quest.QuestBlock = {}
 Quest.GetNumWatched = function()
   return GetNumQuestWatches ()
 end