Quote fix

This commit is contained in:
Akkadius 2015-01-11 00:20:43 -06:00
parent 108d3110b6
commit 855f7ac2a0
2 changed files with 6 additions and 5 deletions

View File

@ -69,6 +69,7 @@ static const char* TypeNames[EQEmuLogSys::MaxLogID] = {
"Command", "Command",
"Crash", "Crash",
"Save", "Save",
/*
"UCS", "UCS",
"Query Server", "Query Server",
"Socket Server", "Socket Server",
@ -78,8 +79,11 @@ static const char* TypeNames[EQEmuLogSys::MaxLogID] = {
"Quests", "Quests",
"Spells", "Spells",
"Zone", "Zone",
"Tasks",
"Trading",
*/
}; };
static Console::Color LogColors[EQEmuLogSys::MaxLogID] = { static Console::Color LogColors[EQEmuLogSys::MaxLogID] = {
Console::Color::Yellow, // "Status", Console::Color::Yellow, // "Status",
Console::Color::Yellow, // "Normal", Console::Color::Yellow, // "Normal",

View File

@ -386,11 +386,8 @@ void WorldServer::Process() {
} }
} }
else { else {
#ifdef _EQDEBUG logger.LogDebug(EQEmuLogSys::Detail, "[CLIENT] id=%i, playerineqstring=%i, playersinzonestring=%i. Dumping WhoAllReturnStruct:",
logger.LogDebug(EQEmuLogSys::Detail, "[CLIENT]
"id=%i, playerineqstring=%i, playersinzonestring=%i. Dumping WhoAllReturnStruct:",
wars->id, wars->playerineqstring, wars->playersinzonestring); wars->id, wars->playerineqstring, wars->playersinzonestring);
#endif
} }
} }
else else