mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Build fix for WheatyExceptionReport, c++ exceptions must not be thrown in SEH handlers
This commit is contained in:
@@ -827,7 +827,7 @@ void WorldSession::HandlePlayerLogin(LoginQueryHolder* holder)
|
||||
|
||||
// send server info
|
||||
if (sWorld->getIntConfig(CONFIG_ENABLE_SINFO_LOGIN) == 1)
|
||||
chH.PSendSysMessage(Revision::GetFullVersion().c_str());
|
||||
chH.PSendSysMessage(Revision::GetFullVersion());
|
||||
|
||||
TC_LOG_DEBUG("network", "WORLD: Sent server info");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user