Mercurial > wow > itemauditor
comparison Modules/Options.lua @ 15:44e70a3fdb19
Merged utils into ItemAuditor.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Sat, 03 Jul 2010 07:40:01 -0700 |
parents | 8c83d5f6e306 |
children | 56de19d9bd8d |
comparison
equal
deleted
inserted
replaced
14:6fc9fbaa94b3 | 15:44e70a3fdb19 |
---|---|
125 return AHFactions[ItemAuditor.db.char.ah] | 125 return AHFactions[ItemAuditor.db.char.ah] |
126 end | 126 end |
127 | 127 |
128 function addon:DumpInfo() | 128 function addon:DumpInfo() |
129 for itemName, value in pairsByKeys(self.db.factionrealm.item_account) do | 129 for itemName, value in pairsByKeys(self.db.factionrealm.item_account) do |
130 self:Print(itemName .. ": " .. utils:FormatMoney(value)) | 130 self:Print(itemName .. ": " .. self:FormatMoney(value)) |
131 end | 131 end |
132 end | 132 end |
133 | 133 |
134 | 134 |
135 function addon:ShowOptionsGUI() | 135 function addon:ShowOptionsGUI() |