# HG changeset patch # User Zerotorescue # Date 1309336415 -7200 # Node ID 2b11229bf2394ee945f06e9d5095b6bd26a6e3c5 # Parent b56375d442f6e35a0829b5dc9e3984ee587e1193 Hopefully fixed the auction house mail filters. diff -r b56375d442f6 -r 2b11229bf239 Modules/OpenAll.lua --- a/Modules/OpenAll.lua Tue Jun 28 21:43:55 2011 +0200 +++ b/Modules/OpenAll.lua Wed Jun 29 10:33:35 2011 +0200 @@ -433,11 +433,11 @@ -- Return the type of mail a message subject is local knownAHSubjectPatterns = { - canceled = AUCTION_REMOVED_MAIL_SUBJECT:gsub("%s", ""), - expired = AUCTION_EXPIRED_MAIL_SUBJECT:gsub("%s", ""), - outbid = AUCTION_OUTBID_MAIL_SUBJECT:gsub("%s", ""), - success = AUCTION_SOLD_MAIL_SUBJECT:gsub("%s", ""), - won = AUCTION_WON_MAIL_SUBJECT:gsub("%s", ""), + canceled = AUCTION_REMOVED_MAIL_SUBJECT:format(""), + expired = AUCTION_EXPIRED_MAIL_SUBJECT:format(""), + outbid = AUCTION_OUTBID_MAIL_SUBJECT:format(""), + success = AUCTION_SOLD_MAIL_SUBJECT:format(""), + won = AUCTION_WON_MAIL_SUBJECT:format(""), }; function mod:GetAuctionMailType(subject) if subject then