diff options
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" |