diff options
author | megamage <none@none> | 2008-12-26 21:45:02 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-26 21:45:02 -0600 |
commit | 566ed175e46809c92070682ac0c478401debb76c (patch) | |
tree | e42969de0589f531e54ef240d6ce4904ab7c78d0 /src/realmd/Main.cpp | |
parent | ce5d6610616a9b5f5ce625332ed26cd7b4f455e5 (diff) |
*Some fix. Finally usable.
--HG--
branch : trunk
Diffstat (limited to 'src/realmd/Main.cpp')
-rw-r--r-- | src/realmd/Main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/realmd/Main.cpp b/src/realmd/Main.cpp index 1476efbd4ec..8ba1db3c029 100644 --- a/src/realmd/Main.cpp +++ b/src/realmd/Main.cpp @@ -40,12 +40,12 @@ #endif #ifndef _TRINITY_REALM_CONFIG -# define _TRINITY_REALM_CONFIG "realmd.conf" +# define _TRINITY_REALM_CONFIG "TrinityRealm.conf" #endif //_TRINITY_REALM_CONFIG #ifdef WIN32 #include "ServiceWin32.h" -char serviceName[] = "realmd"; +char serviceName[] = "TrinityRealm"; char serviceLongName[] = "Trinity realm service"; char serviceDescription[] = "Massive Network Game Object Server"; /* |