Mercurial > wow > buffalo2
diff 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 |
line wrap: on
line diff
--- a/ObjectiveTracker/Default.lua Fri Jun 10 20:53:59 2016 -0400 +++ b/ObjectiveTracker/Default.lua Fri Jul 08 18:01:49 2016 -0400 @@ -135,7 +135,7 @@ if not index then return end - local info = handler.WatchList[index] -- should match up with whatever the internal watch list has + local info = handler.WatchList[index] -- should match corresponding internal watch lists if they exist if not info then return end