From 6a3e55dfd03b0a4d4374ad288cc52c0fdb31ada0 Mon Sep 17 00:00:00 2001 From: Sidoine De Wispelaere Date: Fri, 20 Nov 2009 20:36:59 +0000 Subject: [PATCH] corrected CHAT_MSG_ADDON git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@132 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- Ovale.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ovale.lua b/Ovale.lua index 467457b..1c8c4cb 100644 --- a/Ovale.lua +++ b/Ovale.lua @@ -535,7 +535,7 @@ function Ovale:UNIT_SPELLCAST_SENT(event,unit,name,rank,target) end end -function Ovale:CHAT_MSG_ADDON(prefix, msg, type, author) +function Ovale:CHAT_MSG_ADDON(event, prefix, msg, type, author) if prefix ~= "Ovale" then return end if type ~= "RAID" and type~= "PARTY" then return end -- 1.7.9.5