Core/Build: Removed obsolete SystemConfig.h and made genrev be part of shared library, which allows cache hits to happen more likely

This commit is contained in:
StormBytePP
2015-08-16 16:56:11 +02:00
committed by Shauren
parent 90c9290761
commit 94f69fb1bc
21 changed files with 127 additions and 67 deletions

View File

@@ -36,10 +36,10 @@
#include "PlayerDump.h"
#include "Player.h"
#include "ReputationMgr.h"
#include "Revision.h"
#include "ScriptMgr.h"
#include "SharedDefines.h"
#include "SocialMgr.h"
#include "SystemConfig.h"
#include "UpdateMask.h"
#include "Util.h"
#include "World.h"
@@ -827,7 +827,7 @@ void WorldSession::HandlePlayerLogin(LoginQueryHolder* holder)
// send server info
if (sWorld->getIntConfig(CONFIG_ENABLE_SINFO_LOGIN) == 1)
chH.PSendSysMessage(_FULLVERSION);
chH.PSendSysMessage(Revision::GetFullVersion().c_str());
TC_LOG_DEBUG("network", "WORLD: Sent server info");
}