Mercurial > wow > itemauditor
diff Core.lua @ 19:67f4151d535c
Expanded the queue system to calculate what the new QA threshold would be and to consider buying items from vendors. It also sets a threshold so that items with less than 5g profit will not be crafted. I will turn this into an option later.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Sun, 04 Jul 2010 07:24:12 -0700 |
parents | 56de19d9bd8d |
children | ff9a698caebc |
line wrap: on
line diff
--- a/Core.lua Sat Jul 03 14:53:27 2010 -0700 +++ b/Core.lua Sun Jul 04 07:24:12 2010 -0700 @@ -62,7 +62,7 @@ function addon:Print(message) local prefix = "|cFFA3CEFF"..tostring( self ).."|r: " - DEFAULT_CHAT_FRAME:AddMessage( prefix .. message) + DEFAULT_CHAT_FRAME:AddMessage( prefix .. tostring(message)) end function addon:GetCurrentInventory()