Mercurial > wow > itemauditor
diff Modules/Utils.lua @ 87:26f45b6e8d4d
Removed some debugging code and added some code to prevent ItemAuditor from crashing if debug code gets released.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Sun, 08 Aug 2010 07:57:45 -0700 |
parents | 8d5ad3b71f6f |
children | 4ec8611d9466 |
line wrap: on
line diff
--- a/Modules/Utils.lua Sat Aug 07 11:16:21 2010 -0700 +++ b/Modules/Utils.lua Sun Aug 08 07:57:45 2010 -0700 @@ -72,7 +72,6 @@ if tmp_item_cache[item] == nil then -- Whether item is a link or a name, both should return the full link - DevTools_Dump(item) local _, itemLink = GetItemInfo (item); if itemLink ~= nil then local _, _, _, _, itemID = string.find(itemLink, "|?c?f?f?(%x*)|?H?([^:]*):?(%d+):?(%d*):?(%d*):?(%d*):?(%d*):?(%d*):?(%-?%d*):?(%-?%d*):?(%d*)|?h?%[?([^%[%]]*)%]?|?h?|?r?")