diff options
| author | megamage <none@none> | 2009-01-01 15:14:43 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-01 15:14:43 -0600 |
| commit | 6e8bd9973b8df3172794484eecd6ebd0a4e54f73 (patch) | |
| tree | bd1142250f4c588741b8b0f24d95e2eee613b080 /src/shared | |
| parent | b348096d2cf12b95cc69c7925de674a135c0384d (diff) | |
*Fix Linux build. Patch by panaut0lordv.
--HG--
branch : trunk
Diffstat (limited to 'src/shared')
| -rw-r--r-- | src/shared/SystemConfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/SystemConfig.h.in b/src/shared/SystemConfig.h.in index 51209d0454b..c8349805401 100644 --- a/src/shared/SystemConfig.h.in +++ b/src/shared/SystemConfig.h.in @@ -70,7 +70,7 @@ # define _REALMD_CONFIG SYSCONFDIR"realmd.conf" #endif -#define _FULLVERSION(REVD,REVT,REVN,REVH) _PACKAGENAME "/" _VERSION(REVD,REVT,REVN,REVH) " for " _ENDIAN_PLATFORM +#define _FULLVERSION "Trinity" #define DEFAULT_PLAYER_LIMIT 100 #define DEFAULT_WORLDSERVER_PORT 8085 //8129 |
