diff options
author | Kudlaty <none@none> | 2009-08-16 21:46:31 +0200 |
---|---|---|
committer | Kudlaty <none@none> | 2009-08-16 21:46:31 +0200 |
commit | 91f3d69edf754c4e62d973cf1ae81e9a2e36d7bc (patch) | |
tree | e22378836f78bf1e4a2eb16922eb487dbd39cbc7 /src/bindings/scripts/system/ScriptLoader.cpp | |
parent | 81ee07fa2a2ac050e56ed5666892e96997dd17bf (diff) |
Merge [SD2]
r1314 Correct some spellId's and apply SD2 code style
r1315 Correct more spells and apply SD2 code style
r1316 Replace magic number with enum type name UNIT_DYNFLAG_DEAD
r1317 Add support for quest 1249. Patch by jotapdiez
r1318 Move AI's implementation from headers. Original patch/idea by DasBlub
r1319 Convert script related to quest 938 to use followerAI
r1320 Add new virtual function WaypointStart() to escortAI.
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/system/ScriptLoader.cpp')
-rw-r--r-- | src/bindings/scripts/system/ScriptLoader.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bindings/scripts/system/ScriptLoader.cpp b/src/bindings/scripts/system/ScriptLoader.cpp index 85221f5cb7e..024fbe7b7a1 100644 --- a/src/bindings/scripts/system/ScriptLoader.cpp +++ b/src/bindings/scripts/system/ScriptLoader.cpp @@ -188,6 +188,7 @@ extern void AddSC_tirisfal_glades(); extern void AddSC_undercity(); extern void AddSC_western_plaguelands(); extern void AddSC_westfall(); +extern void AddSC_wetlands(); //kalimdor extern void AddSC_instance_blackfathom_deeps(); //Blackfathom Depths @@ -573,6 +574,7 @@ void AddScripts() AddSC_undercity(); AddSC_western_plaguelands(); AddSC_westfall(); + AddSC_wetlands(); //kalimdor AddSC_instance_blackfathom_deeps(); //Blackfathom Depths |