aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver/CommandLine
diff options
context:
space:
mode:
authorclick <none@none>2010-07-29 01:22:45 +0200
committerclick <none@none>2010-07-29 01:22:45 +0200
commit3296a944e787213ad2fb1cdc61212311424c4952 (patch)
tree7a8694cad305bbc06d9f634a15226fae031c5cfc /src/server/worldserver/CommandLine
parent22d75dabdaeb19e849d05c8e5277d92589a77978 (diff)
Convert to using ACE for reading configurationfiles, and remove dependency on dotconfpp configuration library and related files
(patch by astellar - and a thankyou to vladimir for being a russian teddybear) --HG-- branch : trunk
Diffstat (limited to 'src/server/worldserver/CommandLine')
-rw-r--r--src/server/worldserver/CommandLine/CliRunnable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/worldserver/CommandLine/CliRunnable.cpp b/src/server/worldserver/CommandLine/CliRunnable.cpp
index 294c512759f..536fd9bf883 100644
--- a/src/server/worldserver/CommandLine/CliRunnable.cpp
+++ b/src/server/worldserver/CommandLine/CliRunnable.cpp
@@ -26,7 +26,7 @@
#include "ObjectMgr.h"
#include "World.h"
#include "WorldSession.h"
-#include "Configuration/ConfigEnv.h"
+#include "Configuration/Config.h"
#include "AccountMgr.h"
#include "Chat.h"