diff options
author | QAston <none@none> | 2009-07-27 16:06:39 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-07-27 16:06:39 +0200 |
commit | e3e0fd522e3861cf4243251ec4e961d99639b4d0 (patch) | |
tree | 06406e4739e850abe3287601bb8efbd093052b40 /src/bindings/scripts/ScriptMgr.cpp | |
parent | 1630842f03e0ae25ed74d260f7159e8640b1890a (diff) | |
parent | 0aa4879ecc5d044902647634177e9cc5d1e2efd3 (diff) |
*Fix a crash with MAP_BASED_RAND_GEN - thanks to Azuritus for research.
--HG--
branch : trunk
rename : sql/updates/4602_world_spell_bonus_data.txt => sql/updates/4602_world_spell_bonus_data.sql
rename : sql/updates/4603_world_tmp.txt => sql/updates/4603_world_tmp.sql
rename : sql/updates/4604_world.sql => sql/updates/4610_world.sql
Diffstat (limited to 'src/bindings/scripts/ScriptMgr.cpp')
-rw-r--r-- | src/bindings/scripts/ScriptMgr.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bindings/scripts/ScriptMgr.cpp b/src/bindings/scripts/ScriptMgr.cpp index f81edfdfb01..27835f8e23e 100644 --- a/src/bindings/scripts/ScriptMgr.cpp +++ b/src/bindings/scripts/ScriptMgr.cpp @@ -476,6 +476,9 @@ extern void AddSC_shadowmoon_valley(); //Shattrath extern void AddSC_shattrath_city(); +//Sholazar Basin +extern void AddSC_sholazar_basin(); + //Silithus extern void AddSC_silithus(); @@ -1381,6 +1384,9 @@ void ScriptsInit(char const* cfg_file = "trinitycore.conf") //Shattrath AddSC_shattrath_city(); + //Sholazar Basin + AddSC_sholazar_basin(); + //Silithus AddSC_silithus(); |