diff options
author | panaut0lordv <panaut0lordv@gmail.com> | 2009-03-08 19:04:29 +0100 |
---|---|---|
committer | panaut0lordv <panaut0lordv@gmail.com> | 2009-03-08 19:04:29 +0100 |
commit | 2826ebee2ffd275baf165894201687305a424284 (patch) | |
tree | 3f77e71b63d07fe56e8613587236c4b6668cb7e1 | |
parent | d33a69921b886bb1f44800c0a870d1dbc5e6c4f8 (diff) |
Codename update.
--HG--
branch : trunk
-rw-r--r-- | src/shared/SystemConfig.h | 2 | ||||
-rw-r--r-- | src/shared/SystemConfig.h.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/SystemConfig.h b/src/shared/SystemConfig.h index 679eee407e6..9d154b863d0 100644 --- a/src/shared/SystemConfig.h +++ b/src/shared/SystemConfig.h @@ -28,7 +28,7 @@ #include "revision.h" -#define _PACKAGENAME "TC&MaNGOS " +#define _PACKAGENAME "TrinityCore2 " #define _CODENAME "YUME" #if TRINITY_ENDIAN == TRINITY_BIGENDIAN diff --git a/src/shared/SystemConfig.h.in b/src/shared/SystemConfig.h.in index 6eff490b144..85bbd8e19f0 100644 --- a/src/shared/SystemConfig.h.in +++ b/src/shared/SystemConfig.h.in @@ -23,7 +23,7 @@ #define TRINITY_SYSTEMCONFIG_H #ifndef _PACKAGENAME -#define _PACKAGENAME "TC&Mangos " +#define _PACKAGENAME "TrinityCore2 " #endif #include "Platform/Define.h" |