changeset 14:a91cd74d8df9

Add quality to debug output.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Fri, 01 Jul 2011 19:29:35 +0000
parents 724daab48851
children d8fee518ce5d
files abbreviations.lua core.lua
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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+)"))