diff options
| author | Rat <none@none> | 2010-01-19 15:55:31 +0100 |
|---|---|---|
| committer | Rat <none@none> | 2010-01-19 15:55:31 +0100 |
| commit | ac6ef84ac48daf92b63d358da6ecc7b5fcc5f41d (patch) | |
| tree | 74df0a58349f8b73e80f4ee55e784490fb3647b7 /src/game/World.cpp | |
| parent | 9a6e246e40749328ddc3399f9a90d0505fc08b28 (diff) | |
*cleanup #1 after script merge
--HG--
branch : trunk
Diffstat (limited to 'src/game/World.cpp')
| -rw-r--r-- | src/game/World.cpp | 3 |
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"); |
