Mercurial > wow > ouroloot
comparison core.lua @ 140:c176359e7265 2.20.3
TOC bump for 5.2, correct icon paths.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Wed, 20 Mar 2013 20:48:01 -0400 |
parents | 8345df517488 |
children | 375059a11c1d |
comparison
equal
deleted
inserted
replaced
139:04deb53ec4fe | 140:c176359e7265 |
---|---|
1623 local iname, ilink, iquality = GetItemInfo(itemid) | 1623 local iname, ilink, iquality = GetItemInfo(itemid) |
1624 local cache_miss | 1624 local cache_miss |
1625 if (not iname) or (not itexture) then | 1625 if (not iname) or (not itexture) then |
1626 cache_miss = true | 1626 cache_miss = true |
1627 iname, ilink, iquality, itexture = | 1627 iname, ilink, iquality, itexture = |
1628 UNKNOWN..': '..itemid, 'item:6948', ITEM_QUALITY_COMMON, [[ICONS\INV_Misc_QuestionMark]] | 1628 UNKNOWN..': '..itemid, 'item:6948', ITEM_QUALITY_COMMON, [[Interface\ICONS\INV_Misc_QuestionMark]] |
1629 end | 1629 end |
1630 self.dprint('loot',">>"..prefix, "R:", recipient, "U:", unique, "I:", | 1630 self.dprint('loot',">>"..prefix, "R:", recipient, "U:", unique, "I:", |
1631 itemid, "C:", count, "frm:", from, "ex:", extratext, "q:", iquality) | 1631 itemid, "C:", count, "frm:", from, "ex:", extratext, "q:", iquality) |
1632 | 1632 |
1633 itemid = tonumber(ilink:match("item:(%d+)") or 0) | 1633 itemid = tonumber(ilink:match("item:(%d+)") or 0) |