mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Authserver: Fix logging crash at startup
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include <cstdio>
|
||||
#include <sstream>
|
||||
|
||||
Log::Log()
|
||||
Log::Log() : worker(NULL)
|
||||
{
|
||||
SetRealmID(0);
|
||||
m_logsTimestamp = "_" + GetTimestampStr();
|
||||
|
||||
Reference in New Issue
Block a user