[10082] Drop now unused dotconfpp lib code.

This commit is contained in:
VladimirMangos 2010-06-20 02:19:45 +04:00
parent 41d178ca7b
commit 1eed65d5ac
29 changed files with 30 additions and 1237 deletions

View file

@ -27,7 +27,7 @@
#include "ScriptCalls.h"
#include "ObjectMgr.h"
#include "WorldSession.h"
#include "Config/ConfigEnv.h"
#include "Config/Config.h"
#include "Util.h"
#include "AccountMgr.h"
#include "CliRunnable.h"
@ -629,7 +629,7 @@ void CliRunnable::run()
///- Display the list of available CLI functions then beep
sLog.outString();
if(sConfig.GetBoolDefault("BeepAtStart", true))
if (sConfig.GetBoolDefault("BeepAtStart", true))
printf("\a"); // \a = Alert
// print this here the first time