diff options
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"; /* |