Mercurial > wow > ouroloot
diff core.lua @ 21:41e735c1b91f
Left debugging output in previous upload. Bad bad bad....
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Thu, 01 Sep 2011 02:55:38 +0000 |
parents | d89aeb6b9f9e |
children | 33ce273687ab |
line wrap: on
line diff
--- a/core.lua Thu Sep 01 02:03:14 2011 +0000 +++ b/core.lua Thu Sep 01 02:55:38 2011 +0000 @@ -693,7 +693,7 @@ if event == "CHAT_MSG_LOOT" then local msg = ... local person, itemstring, count - ChatFrame2:AddMessage("original string: >"..(msg:gsub("\124","\124\124")).."<") + --ChatFrame2:AddMessage("original string: >"..(msg:gsub("\124","\124\124")).."<") --local person, itemstring, remainder = msg:match(self.loot_pattern) -- test in most likely order: other people get more loot than "you" do