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/mangosd/Main.cpp | |
parent | ce5d6610616a9b5f5ce625332ed26cd7b4f455e5 (diff) |
*Some fix. Finally usable.
--HG--
branch : trunk
Diffstat (limited to 'src/mangosd/Main.cpp')
-rw-r--r-- | src/mangosd/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mangosd/Main.cpp b/src/mangosd/Main.cpp index 5d497a0e0c2..1e4230db1a3 100644 --- a/src/mangosd/Main.cpp +++ b/src/mangosd/Main.cpp @@ -40,7 +40,7 @@ #ifdef WIN32 #include "ServiceWin32.h" -char serviceName[] = "Trinityd"; +char serviceName[] = "TrinityCore"; char serviceLongName[] = "Trinity core service"; char serviceDescription[] = "Massive Network Game Object Server"; /* |