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/ScriptCalls.cpp | |
parent | 9a6e246e40749328ddc3399f9a90d0505fc08b28 (diff) |
*cleanup #1 after script merge
--HG--
branch : trunk
Diffstat (limited to 'src/game/ScriptCalls.cpp')
-rw-r--r-- | src/game/ScriptCalls.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/ScriptCalls.cpp b/src/game/ScriptCalls.cpp index cc698a02552..cc2744f5c71 100644 --- a/src/game/ScriptCalls.cpp +++ b/src/game/ScriptCalls.cpp @@ -29,10 +29,9 @@ #include "Config/ConfigEnv.h" #include "ScriptMgr.h" -bool LoadScriptingModule() +void LoadScriptingModule() { sScriptMgr.ScriptsInit(); sWorld.SetScriptsVersion(sScriptMgr.ScriptsVersion()); - return true; } |