*Grobbulus - in Inject event, tank is not a target for this spell, by Gyullo

*Gundrak - AI for the boss Moorabi, by Manuel
*Improvements to player death handling (they will now fall to the ground).. also attempted to improve creature death handling the same way.

--HG--
branch : trunk
This commit is contained in:
maximius
2009-09-25 19:20:04 -07:00
parent 0febe02227
commit 2853aa1cd1
9 changed files with 175 additions and 42 deletions

View File

@@ -261,6 +261,7 @@ extern void AddSC_ungoro_crater();
extern void AddSC_winterspring();
//northrend
extern void AddSC_boss_moorabi();
extern void AddSC_instance_ahnkahet(); //Azjol-Nerub Ahn'kahet
extern void AddSC_boss_krik_thir();
extern void AddSC_boss_taldaram();
@@ -669,6 +670,7 @@ void AddScripts()
AddSC_winterspring();
//northrend
AddSC_boss_moorabi();
AddSC_instance_ahnkahet(); //Azjol-Nerub Ahn'kahet
AddSC_boss_krik_thir();
AddSC_boss_taldaram();