Build fix for WheatyExceptionReport, c++ exceptions must not be thrown in SEH handlers

This commit is contained in:
Shauren
2015-08-16 18:08:03 +02:00
parent 94f69fb1bc
commit 222eaccc51
9 changed files with 38 additions and 43 deletions

View File

@@ -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");
}