aboutsummaryrefslogtreecommitdiff
path: root/src/game/World.cpp
diff options
context:
space:
mode:
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");