diff options
author | Brian <runningnak3d@gmail.com> | 2010-02-15 08:05:02 -0700 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2010-02-15 08:05:02 -0700 |
commit | 90ba30cfd3e525d72107f45502bff768a12c1e9a (patch) | |
tree | 642a9111edadae20a586f660888d5407f3c3ac81 /src/shared/SystemConfig.h | |
parent | 51dae1505d30fa1c2216f76284cc76bf3e3c45d1 (diff) |
* Changed TrinityCore2 to TrinityCore. There is no TrinityCore2 anymore.
* Removed unused SystemConfig.h.in
--HG--
branch : trunk
Diffstat (limited to 'src/shared/SystemConfig.h')
-rw-r--r-- | src/shared/SystemConfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/SystemConfig.h b/src/shared/SystemConfig.h index 82f0a8acdb3..ac531cbbc94 100644 --- a/src/shared/SystemConfig.h +++ b/src/shared/SystemConfig.h @@ -27,8 +27,8 @@ #include "Platform/Define.h" #include "revision.h" -#define _PACKAGENAME "TrinityCore2 " -#define _CODENAME "YUME" +#define _PACKAGENAME "TrinityCore " +#define _CODENAME "LONG_COLD_WINTER" #if TRINITY_ENDIAN == TRINITY_BIGENDIAN # define _ENDIAN_STRING "big-endian" |