diff WorldMap.lua @ 110:f6ef9a9f5476

nop out `WorldMap_SetupWorldQuestButton` since we aren't using them visually
author Nenue
date Tue, 25 Jul 2017 12:38:27 -0400
parents caa482329919
children e8b6c5433128
line wrap: on
line diff
--- a/WorldMap.lua	Mon Jul 10 18:34:11 2017 -0400
+++ b/WorldMap.lua	Tue Jul 25 12:38:27 2017 -0400
@@ -139,6 +139,7 @@
   elseif event == 'WORLD_QUEST_COMPLETED_BY_SPELL' then
     local questID = ...
     if questID and db.QuestsByID[questID] then
+      -- client-side quest completion status isn't updated until the next event stack
       completedQuests[questID] = true
       db.QuestsByID[questID]:Release()
     end