summaryrefslogtreecommitdiff
path: root/src/account-server/main-account.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/account-server/main-account.cpp')
-rw-r--r--src/account-server/main-account.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/account-server/main-account.cpp b/src/account-server/main-account.cpp
index 6c0fb3a0..9fb78870 100644
--- a/src/account-server/main-account.cpp
+++ b/src/account-server/main-account.cpp
@@ -149,6 +149,8 @@ static void initialize()
stringFilter = new StringFilter;
// Initialize the Chat channels manager
chatChannelManager = new ChatChannelManager;
+ // Initialise the Guild manager
+ guildManager = new GuildManager;
// --- Initialize the global handlers
// FIXME: Make the global handlers global vars or part of a bigger
@@ -288,7 +290,7 @@ int main(int argc, char *argv[])
#ifdef PACKAGE_VERSION
LOG_INFO("The Mana World Account+Chat Server v" << PACKAGE_VERSION);
#endif
-
+
// Parse Command Line Options
parseOptions(argc, argv);