From 9fe43fa9c0bd21f6c203072f19a77a570680ecab Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Thu, 19 Mar 2009 21:13:52 +0100 Subject: * Implementing database logging: ** LogTime and LogColors config options removed due to incompatibility. ** Old file logging still available. ** Totally redone the Log class. ** Config options added: EnableLogDB, DBLogLevel, LogDB.Char, LogDB.RA, LogDB.GM -- remember to update config file. ** SQL updates attached. --HG-- branch : trunk --- src/game/CreatureGroups.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/CreatureGroups.cpp') diff --git a/src/game/CreatureGroups.cpp b/src/game/CreatureGroups.cpp index 1314e865b48..74e03c97e3b 100644 --- a/src/game/CreatureGroups.cpp +++ b/src/game/CreatureGroups.cpp @@ -117,9 +117,9 @@ void CreatureGroupManager::LoadCreatureFormations() } while(result->NextRow()) ; - sLog.outString(); + sLog.outString(""); sLog.outString( ">> Loaded %u creatures in formations", total_records ); - sLog.outString(); + sLog.outString(""); //Free some heap delete result; } -- cgit v1.2.3