aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Chat/Chat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/game/Chat/Chat.cpp')
-rw-r--r--src/server/game/Chat/Chat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Chat/Chat.cpp b/src/server/game/Chat/Chat.cpp
index 06fc58b0b56..d1849f8d72f 100644
--- a/src/server/game/Chat/Chat.cpp
+++ b/src/server/game/Chat/Chat.cpp
@@ -1635,7 +1635,7 @@ valid examples:
if (!foundName)
{
#ifdef TRINITY_DEBUG
- sLog.outBasic("ChatHandler::isValidChatMessage no quest locale title matched")
+ sLog.outBasic("ChatHandler::isValidChatMessage no quest locale title matched");
#endif
return false;
}