mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core/Chat: Fix some typos and non-converted #if-statements
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user