diff Veneer.lua @ 58:f253baf6022d

ObjectiveTracker: - Quest tracker now checks all of its allotted frames for data validity, - it also uses GetQuestLogTitle to verify non-zero log indexes
author Nenue
date Fri, 08 Jul 2016 18:01:49 -0400
parents dd9b5f59632c
children 07ef62fe201f
line wrap: on
line diff
--- a/Veneer.lua	Fri Jun 10 20:53:59 2016 -0400
+++ b/Veneer.lua	Fri Jul 08 18:01:49 2016 -0400
@@ -502,6 +502,7 @@
   local name = self:GetName()
 
 
+
   if self.drag then
     self:RegisterForDrag('LeftButton')
     self:SetScript('OnDragStart', prototypes.OnDragStart)