diff options
author | Kudlaty <none@none> | 2009-08-14 17:14:08 +0200 |
---|---|---|
committer | Kudlaty <none@none> | 2009-08-14 17:14:08 +0200 |
commit | 485aab1186f0672eb96a012f4c4b0bdcd444efb8 (patch) | |
tree | 32c85ee7fa9894414c951084424d718089de9371 /src/bindings/scripts/ScriptMgr.cpp | |
parent | 8bbb1d1c95f3a81eadd395d5962a88cc78eaf269 (diff) |
Merge [SD2]
r1261 Add GO script to complete lyceum event in BRD. Patch by Turok
Some minor cleanup.
r1262 Apply SD2 code style to example scripts. Patch by DasBlub
r1263 Remove AI for some of the npc's in tomb of seven event (BRD). Note that ACID is required for event to work properly (set instance data). Patch by Turok
r1264 Fix typo in filename in previous commit.
r1265 Added support for quest 2742
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/ScriptMgr.cpp')
-rw-r--r-- | src/bindings/scripts/ScriptMgr.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bindings/scripts/ScriptMgr.cpp b/src/bindings/scripts/ScriptMgr.cpp index bff3043ac31..9c6ca874357 100644 --- a/src/bindings/scripts/ScriptMgr.cpp +++ b/src/bindings/scripts/ScriptMgr.cpp @@ -326,6 +326,8 @@ extern void AddSC_hellfire_peninsula(); //Hillsbrad Foothills //Hinterlands +extern void AddSC_hinterlands(); + //Ironforge extern void AddSC_ironforge(); @@ -1252,6 +1254,8 @@ void ScriptsInit(char const* cfg_file = "trinitycore.conf") //Hillsbrad Foothills //Hinterlands + AddSC_hinterlands(); + //Ironforge AddSC_ironforge(); |