From ac6ef84ac48daf92b63d358da6ecc7b5fcc5f41d Mon Sep 17 00:00:00 2001 From: Rat Date: Tue, 19 Jan 2010 15:55:31 +0100 Subject: *cleanup #1 after script merge --HG-- branch : trunk --- src/game/World.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/game/World.cpp') diff --git a/src/game/World.cpp b/src/game/World.cpp index 1fabf5969c4..fc512e40da2 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -1588,8 +1588,7 @@ void World::SetInitialWorldSettings() CreatureEAI_Mgr.LoadCreatureEventAI_Scripts(); sLog.outString("Initializing Scripts..."); - if (!LoadScriptingModule()) - exit(1); + LoadScriptingModule(); ///- Initialize game time and timers sLog.outDebug("DEBUG:: Initialize game time and timers"); -- cgit v1.2.3