mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
Quote fix
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user