diff --git a/ElvUI/Modules/Chat/Chat.lua b/ElvUI/Modules/Chat/Chat.lua index ce84d1c..89618f4 100644 --- a/ElvUI/Modules/Chat/Chat.lua +++ b/ElvUI/Modules/Chat/Chat.lua @@ -1099,7 +1099,7 @@ function CH:CHAT_MSG_CHANNEL(event, message, author, ...) end end -function CH.CHAT_MSG_YELL(event, message, author, ...) +function CH:CHAT_MSG_YELL(event, message, author, ...) local blockFlag = false local msg = PrepareMessage(author, message)