mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-13 21:49:49 +01:00
*Use light red in error log. By MrSmite
--HG-- branch : trunk
This commit is contained in:
@@ -439,7 +439,7 @@ void Log::outCrash( const char * err, ... )
|
||||
}
|
||||
|
||||
if(m_colored)
|
||||
SetColor(false,RED);
|
||||
SetColor(false,LRED);
|
||||
|
||||
va_list ap;
|
||||
|
||||
@@ -482,7 +482,7 @@ void Log::outError( const char * err, ... )
|
||||
}
|
||||
|
||||
if(m_colored)
|
||||
SetColor(false,RED);
|
||||
SetColor(false,LRED);
|
||||
|
||||
va_list ap;
|
||||
|
||||
@@ -533,7 +533,7 @@ void Log::outErrorDb( const char * err, ... )
|
||||
return;
|
||||
|
||||
if(m_colored)
|
||||
SetColor(false,RED);
|
||||
SetColor(false,LRED);
|
||||
|
||||
va_list ap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user