From 583b5044fb3491adc4fc56d24bffaadae63ef5d5 Mon Sep 17 00:00:00 2001 From: "Erik L. Vonderscheer" Date: Wed, 4 Mar 2009 01:48:07 +0000 Subject: [PATCH] removed unnecessary and overlooked return keyword --- TradeFilter.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/TradeFilter.lua b/TradeFilter.lua index 9793215..c4a4f89 100644 --- a/TradeFilter.lua +++ b/TradeFilter.lua @@ -477,7 +477,6 @@ function TradeFilter:TradeFilter_OnEvent(...) TradeFilter:SendMessageToChat(redirectFrame, "zID" .. string.format(CHAT_CHANNEL_GET, arg7) .. " cID" .. string.format(CHAT_CHANNEL_GET, arg8) .. " " .. string.format(CHAT_CHANNEL_GET, arg2) .. arg1) end lastArg1, lastArg2 = arg1, arg2 - return end end end -- 1.7.9.5