diff options
author | maximius <none@none> | 2009-08-30 21:10:31 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-08-30 21:10:31 -0700 |
commit | 054aa05201e6a31a0f425857c04970b0faca199b (patch) | |
tree | 95ccb718df404c21609ee5b347610e835c803c01 /src/bindings/scripts/ScriptMgr.cpp | |
parent | 31b5979fb6e0d6129c82bb03ce3b0c8b16113c66 (diff) |
*Should fix some things with Rate.MoveSpeed, thanks megamage
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/ScriptMgr.cpp')
-rw-r--r-- | src/bindings/scripts/ScriptMgr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bindings/scripts/ScriptMgr.cpp b/src/bindings/scripts/ScriptMgr.cpp index 84efc3378f9..ab5b29aa928 100644 --- a/src/bindings/scripts/ScriptMgr.cpp +++ b/src/bindings/scripts/ScriptMgr.cpp @@ -30,7 +30,6 @@ void LoadDatabase() { //Get db string from file std::string dbstring = TScriptConfig.GetStringDefault("WorldDatabaseInfo", ""); - explode() if (dbstring.empty()) { |