WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 129 to Rev 128
    Reverse comparison

Rev 129 → Rev 128

NeedyGreedy.lua
2035,7 → 2035,7
 
-- Chat filter functions
local function FilterLootMsg(ChatFrameSelf, event, ...)
local msg = select(1, ...)
local msg = arg1
for _, string in ipairs(FILTER_CHAT_LOOT_MSGS) do
local match = NeedyGreedy:unformat(string, msg)
if match then