mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-06 21:53:51 +00:00
Quote fix
This commit is contained in:
parent
108d3110b6
commit
855f7ac2a0
@ -69,6 +69,7 @@ static const char* TypeNames[EQEmuLogSys::MaxLogID] = {
|
||||
"Command",
|
||||
"Crash",
|
||||
"Save",
|
||||
/*
|
||||
"UCS",
|
||||
"Query Server",
|
||||
"Socket Server",
|
||||
@ -78,8 +79,11 @@ static const char* TypeNames[EQEmuLogSys::MaxLogID] = {
|
||||
"Quests",
|
||||
"Spells",
|
||||
"Zone",
|
||||
|
||||
"Tasks",
|
||||
"Trading",
|
||||
*/
|
||||
};
|
||||
|
||||
static Console::Color LogColors[EQEmuLogSys::MaxLogID] = {
|
||||
Console::Color::Yellow, // "Status",
|
||||
Console::Color::Yellow, // "Normal",
|
||||
|
||||
@ -386,11 +386,8 @@ void WorldServer::Process() {
|
||||
}
|
||||
}
|
||||
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);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user