aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclick <none@none>2010-08-13 18:02:59 +0200
committerclick <none@none>2010-08-13 18:02:59 +0200
commite413f20069d544b3d025d39f23cf5c3d0636d8fd (patch)
tree43ea8ac0836461efcefc3a9917bf8ffe4e65b0db
parent3e29ae1ee8ed410127fe37e47d4e904b57436dfe (diff)
Core/Chat: Fix some typos and non-converted #if-statements
--HG-- branch : trunk
-rw-r--r--src/server/game/Chat/Chat.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/game/Chat/Chat.cpp b/src/server/game/Chat/Chat.cpp
index eea17aa8f0c..06fc58b0b56 100644
--- a/src/server/game/Chat/Chat.cpp
+++ b/src/server/game/Chat/Chat.cpp
@@ -1399,7 +1399,7 @@ valid examples:
if (!linkedQuest)
{
-#ifdef MANOGS_DEBUG
+#ifdef TRINITY_DEBUG
sLog.outBasic("ChatHandler::isValidChatMessage Questtemplate %u not found", questid);
#endif
return false;
@@ -1617,7 +1617,7 @@ valid examples:
if (!ql)
{
-#ifdef MANOGS_DEBUG
+#ifdef TRINITY_DEBUG
sLog.outBasic("ChatHandler::isValidChatMessage default questname didn't match and there is no locale");
#endif
return false;
@@ -1634,7 +1634,7 @@ valid examples:
}
if (!foundName)
{
-#ifdef MANOGS_DEBUG
+#ifdef TRINITY_DEBUG
sLog.outBasic("ChatHandler::isValidChatMessage no quest locale title matched")
#endif
return false;