comparison ObjectiveTracker/Block.lua @ 45:dd1ae565f559

Hooks and Handlers: - correct argument mix-ups for AcceptQuest/QUEST_ACCEPTED handlers; fixes auto-watch - respond to AcknowledgeAutoAcceptQuest; fixes lingering popups - include Popup and Quest trackers in the response code for CompleteQuest; fixes content artifacts following the rollover of repeating popups seen in Ashran - clean up wacky OnEvent header Layout - add alpha blend options QuestData - reset objectives data when a quest is in a completed state; keeps old data from ever reaching the Default.x code
author Nenue
date Tue, 26 Apr 2016 14:57:18 -0400
parents 756e8aeb040b
children aa693607b813
comparison
equal deleted inserted replaced
44:756e8aeb040b 45:dd1ae565f559
185 local animations = {block:GetAnimationGroups() } 185 local animations = {block:GetAnimationGroups() }
186 for i, animGroup in ipairs(animations) do 186 for i, animGroup in ipairs(animations) do
187 bprint(' animGroup', i, animGroup:GetName()) 187 bprint(' animGroup', i, animGroup:GetName())
188 animGroup:Stop() 188 animGroup:Stop()
189 end 189 end
190
191 T:Update(self.updateReasonsModule)
192 end 190 end