# HG changeset patch # User Farmbuyer of US-Kilrogg # Date 1309548575 0 # Node ID a91cd74d8df92a067d9ecf189243c11deeb754be # Parent 724daab48851d7fe8cfd1499bb0928753338e2c0 Add quality to debug output. diff -r 724daab48851 -r a91cd74d8df9 abbreviations.lua --- a/abbreviations.lua Wed Jun 29 23:51:54 2011 +0000 +++ b/abbreviations.lua Fri Jul 01 19:29:35 2011 +0000 @@ -30,6 +30,7 @@ -- To4W ["Al'Akir"] = "Big Al", -- Firelands + ["Shannox"] = "Shnox", ["Lord Rhyolith"] = "LEFT, LEFT, LEFT RIGHT LEFT", -- left my wife and 49 kids, an old grey mare and a peanut stand ["Alysrazor"] = "Steppin' Razor", -- how many people have read Neuromancer, hmmmm diff -r 724daab48851 -r a91cd74d8df9 core.lua --- a/core.lua Wed Jun 29 23:51:54 2011 +0000 +++ b/core.lua Fri Jul 01 19:29:35 2011 +0000 @@ -548,7 +548,7 @@ iname, ilink, iquality, itexture = UNKNOWN..': '..itemid, 'item:6948', ITEM_QUALITY_COMMON, [[ICONS\INV_Misc_QuestionMark]] end - self.dprint('loot',">>_do_loot, R:", recipient, "I:", itemid, "C:", count, "frm:", from, "ex:", extratext) + self.dprint('loot',">>_do_loot, R:", recipient, "I:", itemid, "C:", count, "frm:", from, "ex:", extratext, "Q:", iquality) local i itemid = tonumber(ilink:match("item:(%d+)"))