Mercurial > wow > worldplan
comparison WorldPlan.lua @ 72:6db0b9696936
do bounty criteria checking in the QuestButtonUpdate segment
author | Nenue |
---|---|
date | Fri, 07 Apr 2017 01:07:48 -0400 |
parents | bb2baedae81f |
children | 78d78dc77822 |
comparison
equal
deleted
inserted
replaced
71:d6c0bed32c51 | 72:6db0b9696936 |
---|---|
30 db.TasksByID = {} | 30 db.TasksByID = {} |
31 db.FreePins = {} | 31 db.FreePins = {} |
32 db.UsedPins = {} | 32 db.UsedPins = {} |
33 db.UpdatedPins = {} | 33 db.UpdatedPins = {} |
34 db.ReportChunks = {} | 34 db.ReportChunks = {} |
35 db.BountyInfo = {} | 35 db.BountiesByFactionID = {} |
36 | 36 |
37 -- default color templates | 37 -- default color templates |
38 db.DefaultType = { | 38 db.DefaultType = { |
39 a = 1, | 39 a = 1, |
40 r = 1, g = 1, b = 1, | 40 r = 1, g = 1, b = 1, |