aboutsummaryrefslogtreecommitdiff
path: root/src/game/World.cpp
diff options
context:
space:
mode:
authorRat <none@none>2010-01-19 15:55:31 +0100
committerRat <none@none>2010-01-19 15:55:31 +0100
commitac6ef84ac48daf92b63d358da6ecc7b5fcc5f41d (patch)
tree74df0a58349f8b73e80f4ee55e784490fb3647b7 /src/game/World.cpp
parent9a6e246e40749328ddc3399f9a90d0505fc08b28 (diff)
*cleanup #1 after script merge
--HG-- branch : trunk
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r--src/game/World.cpp3
1 files changed, 1 insertions, 2 deletions
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");