Mercurial > wow > itemauditor
comparison Core.lua @ 93:693f664aad2b
Added '/ia snatch'. This new command works with your queue (/ia crafting) to replace your snatch list with the materials you need for crafting. NOTE: Auctioneer requires visiting the AH before you can modify the snatch list.
| author | Asa Ayers <Asa.Ayers@Gmail.com> |
|---|---|
| date | Wed, 11 Aug 2010 22:16:59 -0700 |
| parents | fab2c4341602 |
| children | b29441cd130d |
comparison
equal
deleted
inserted
replaced
| 92:71053b1f6c1c | 93:693f664aad2b |
|---|---|
| 85 | 85 |
| 86 --@debug@ | 86 --@debug@ |
| 87 -- ItemAuditor_DebugFrame:Show() | 87 -- ItemAuditor_DebugFrame:Show() |
| 88 -- self:CreateFrame('tab_crafting') | 88 -- self:CreateFrame('tab_crafting') |
| 89 self:RegisterEvent("TRADE_SKILL_SHOW", function() | 89 self:RegisterEvent("TRADE_SKILL_SHOW", function() |
| 90 ItemAuditor:CreateFrame('tab_crafting') | 90 ItemAuditor:DisplayCrafting() |
| 91 end) | 91 end) |
| 92 --@end-debug@ | 92 --@end-debug@ |
| 93 end | 93 end |
| 94 | 94 |
| 95 | 95 |
