Mercurial > wow > itemauditor
comparison Core.lua @ 68:2d65db19d3ce
Fixed a bug with the crafting threshold options. Updated /ia queue so that it is a shortcut to using /ia crafting and then clicking export.
| author | Asa Ayers <Asa.Ayers@Gmail.com> |
|---|---|
| date | Wed, 28 Jul 2010 11:37:43 -0700 |
| parents | b6c30a5156f9 |
| children | 3930518cb8d9 |
comparison
equal
deleted
inserted
replaced
| 67:b6c30a5156f9 | 68:2d65db19d3ce |
|---|---|
| 69 } | 69 } |
| 70 self.db = LibStub("AceDB-3.0"):New("ItemAuditorDB", DB_defaults, true) | 70 self.db = LibStub("AceDB-3.0"):New("ItemAuditorDB", DB_defaults, true) |
| 71 | 71 |
| 72 self.optionsFrame = LibStub("AceConfigDialog-3.0"):AddToBlizOptions("ItemAuditor", "ItemAuditor") | 72 self.optionsFrame = LibStub("AceConfigDialog-3.0"):AddToBlizOptions("ItemAuditor", "ItemAuditor") |
| 73 | 73 |
| 74 DevTools_Dump(ItemAuditor.Options); | |
| 75 LibStub("AceConfig-3.0"):RegisterOptionsTable("ItemAuditor", ItemAuditor.Options, {"ia"}) | 74 LibStub("AceConfig-3.0"):RegisterOptionsTable("ItemAuditor", ItemAuditor.Options, {"ia"}) |
| 76 ItemAuditor:RegisterFrame(ItemAuditor_DebugFrame) | 75 ItemAuditor:RegisterFrame(ItemAuditor_DebugFrame) |
| 77 | 76 |
| 78 --@debug@ | 77 --@debug@ |
| 79 -- ItemAuditor_DebugFrame:Show() | 78 -- ItemAuditor_DebugFrame:Show() |
| 80 -- self:CreateFrame('tab_crafting') | 79 -- self:CreateFrame('tab_crafting') |
| 81 self:RegisterEvent("TRADE_SKILL_SHOW", function() | 80 -- self:RegisterEvent("TRADE_SKILL_SHOW", function() |
| 82 ItemAuditor:CreateFrame('tab_crafting') | 81 -- ItemAuditor:CreateFrame('tab_crafting') |
| 83 end) | 82 -- end) |
| 84 --@end-debug@ | 83 --@end-debug@ |
| 85 end | 84 end |
| 86 | 85 |
| 87 | 86 |
| 88 | 87 |
