Merge [SD2]

r1066 Added a few more encounters to SetData ZA instance - Skip
r1067 Added end boss' in ZA adds with random selection and their abilities. - Skip
r1068 Added support for quest 10994 (basic parts)
r1069 Added instance script for BFD
r1070 Remove enum type not related to boss/encounter.
r1071 Fix misunderstanding committed in 1067. Spawn 1 of 2 possible adds, each from 4 different groups instead of 4 random of 8 possible. - Skip
r1072 Save instance data for TYPE_EVENT_RUN in ZA when expected and not allow it to reset on Load(). Remove useless code for goFlags. - Skip
r1073 Added struct and enum for misc npc/go entries used in naxx instance - Skip
r1074 Restore Windows build after changes in Mangos rev 7810 - Skip
r1075 Added 6 new taxi paths (wyrmrest temple) - Skip, already implemented
r1076 Correcting berserk spell for najentus, also make sure spell are actually casted.
r1077 Update sources and use enum GossipOptionIcon instead of magic number.
r1078 Provide new .diff file to use with Mangos 7812+ - Skip
r1079 Update one old boss script, clean code.

--HG--
branch : trunk
This commit is contained in:
Kudlaty
2009-06-19 05:17:25 +02:00
parent e5d56a23d4
commit 827d296372
80 changed files with 1305 additions and 1194 deletions

View File

@@ -144,6 +144,8 @@ extern void AddSC_boss_illidari_council();
extern void AddSC_instance_black_temple();
//Blackfathom Depths
extern void AddSC_instance_blackfathom_deeps();
//Blackrock Depths
extern void AddSC_blackrock_depths();
extern void AddSC_boss_ambassador_flamelash();
@@ -1041,6 +1043,8 @@ void ScriptsInit(char const* cfg_file = "trinitycore.conf")
AddSC_instance_black_temple();
//Blackfathom Depths
AddSC_instance_blackfathom_deeps();
//Blackrock Depths
AddSC_blackrock_depths();
AddSC_boss_ambassador_flamelash();