Mercurial > wow > buffalo2
comparison ObjectiveTracker/Default.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 | dd1ae565f559 |
| children |
comparison
equal
deleted
inserted
replaced
| 57:3cecf50070ba | 58:f253baf6022d |
|---|---|
| 133 --@debug@ | 133 --@debug@ |
| 134 local print = bprint -- @end-debug@ | 134 local print = bprint -- @end-debug@ |
| 135 if not index then | 135 if not index then |
| 136 return | 136 return |
| 137 end | 137 end |
| 138 local info = handler.WatchList[index] -- should match up with whatever the internal watch list has | 138 local info = handler.WatchList[index] -- should match corresponding internal watch lists if they exist |
| 139 if not info then | 139 if not info then |
| 140 return | 140 return |
| 141 end | 141 end |
| 142 local frame = handler.frame | 142 local frame = handler.frame |
| 143 local block = handler:GetBlock(info.id) | 143 local block = handler:GetBlock(info.id) |
