Fix TC new cmake paths and GitRevision changes

This commit is contained in:
Rochet2
2015-08-17 20:54:37 +03:00
parent a0e5e623c3
commit 2517ed6442
2 changed files with 17 additions and 15 deletions

View File

@@ -45,7 +45,7 @@
#include "SpellInfo.h"
#include "WeatherMgr.h"
#include "Battleground.h"
#include "revision.h"
#include "GitRevision.h"
#include "SpellHistory.h"
#else
#include "Config/Config.h"
@@ -88,7 +88,7 @@ typedef Opcodes OpcodesList;
#ifdef TRINITY
#define CORE_NAME "TrinityCore"
#define CORE_VERSION _DATE
#define CORE_VERSION (GitRevision::GetDate())
#define eWorld (sWorld)
#define eMapMgr (sMapMgr)
#define eConfigMgr (sConfigMgr)