Add console color for MySQL Error logging

This commit is contained in:
Akkadius 2015-01-19 05:58:59 -06:00
parent 99dc83a9fd
commit 9546023101

View File

@ -126,6 +126,7 @@ uint16 EQEmuLogSys::GetConsoleColorFromCategory(uint16 log_category){
return Console::Color::Yellow;
case Logs::Normal:
return Console::Color::Yellow;
case Logs::MySQLError:
case Logs::Error:
return Console::Color::LightRed;
case Logs::Debug: