mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-15 12:52:25 +00:00
Quote fix
This commit is contained in:
parent
108d3110b6
commit
855f7ac2a0
@ -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",
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user