WoWInterface SVN NeedyGreedy

Compare Revisions

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

Rev 128 → Rev 129

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