Skip to content

Commit

Permalink
Filter more spam from the chatframe
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Oct 13, 2012
1 parent b350fce commit df73bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monomyth.lua
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Monomyth:Register('BAG_UPDATE', function(bag)
end)

ChatFrame_AddMessageEventFilter('CHAT_MSG_SYSTEM', function(self, event, message)
if(message == ERR_QUEST_ALREADY_DONE) then
if(message == ERR_QUEST_ALREADY_DONE or message == ERR_QUEST_FAILED_LOW_LEVEL) then
return true
end
end)
Expand Down

0 comments on commit df73bfb

Please sign in to comment.