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
This commit is contained in:
Kudlaty
2009-08-14 17:14:08 +02:00
parent 8bbb1d1c95
commit 485aab1186
15 changed files with 655 additions and 854 deletions

View File

@@ -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();