mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
* Forgotten a line in last commit.
--HG-- branch : trunk
This commit is contained in:
@@ -834,6 +834,7 @@ void Log::outChat( const char * str, ... )
|
||||
|
||||
if (chatLogfile)
|
||||
{
|
||||
outTimestamp(chatLogfile);
|
||||
va_list ap;
|
||||
va_start(ap, str);
|
||||
vfprintf(chatLogfile, str, ap);
|
||||
|
||||
Reference in New Issue
Block a user