Mercurial > wow > buffalo2
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 57:3cecf50070ba | 58:f253baf6022d |
|---|---|
| 500 local print = V.print('XML') | 500 local print = V.print('XML') |
| 501 | 501 |
| 502 local name = self:GetName() | 502 local name = self:GetName() |
| 503 | 503 |
| 504 | 504 |
| 505 | |
| 505 if self.drag then | 506 if self.drag then |
| 506 self:RegisterForDrag('LeftButton') | 507 self:RegisterForDrag('LeftButton') |
| 507 self:SetScript('OnDragStart', prototypes.OnDragStart) | 508 self:SetScript('OnDragStart', prototypes.OnDragStart) |
| 508 if self.OnDragStop then | 509 if self.OnDragStop then |
| 509 self:SetScript('OnDragStop', function(self, ...) | 510 self:SetScript('OnDragStop', function(self, ...) |
