diff QuestPOI.lua @ 63:8e130c92698f

- Added methods for obtaining pin data, and registering callbacks on data updates.
author Nick@Zahhak
date Tue, 21 Mar 2017 16:36:12 -0400
parents abcdef801db5
children 876c3f0bfd0e
line wrap: on
line diff
--- a/QuestPOI.lua	Sat Feb 11 14:25:57 2017 -0500
+++ b/QuestPOI.lua	Tue Mar 21 16:36:12 2017 -0400
@@ -471,7 +471,7 @@
 
 function QuestPOI:ShowFrames()
   if not self:IsShown() then
-    self:SetShown(true)
+    --self:SetShown(true)
     print('|cFFFFFF00' ..self:GetName()..':ShowFrames()')
     qprint('|cFFFFFF00'..tostring(self:GetName())..':OnShow()|r update:', self.isStale, 'new:', self.isNew, 'animation:', self.isAnimating)
   else