From 485aab1186f0672eb96a012f4c4b0bdcd444efb8 Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Fri, 14 Aug 2009 17:14:08 +0200 Subject: 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 --- src/bindings/scripts/ScriptMgr.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/bindings/scripts/ScriptMgr.cpp') 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(); -- cgit v1.2.3