mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
*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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user