From 3296a944e787213ad2fb1cdc61212311424c4952 Mon Sep 17 00:00:00 2001 From: click Date: Thu, 29 Jul 2010 01:22:45 +0200 Subject: 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 --- src/server/worldserver/CommandLine/CliRunnable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/worldserver/CommandLine') 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" -- cgit v1.2.3