Core/Chat: Fix some typos and non-converted #if-statements

--HG--
branch : trunk
This commit is contained in:
click
2010-08-13 18:02:59 +02:00
parent 3e29ae1ee8
commit e413f20069

View File

@@ -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;