From 2853aa1cd1bb3026d697672aefb6eace902f90b1 Mon Sep 17 00:00:00 2001 From: maximius Date: Fri, 25 Sep 2009 19:20:04 -0700 Subject: *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 --- src/bindings/scripts/system/ScriptLoader.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bindings/scripts/system/ScriptLoader.cpp') diff --git a/src/bindings/scripts/system/ScriptLoader.cpp b/src/bindings/scripts/system/ScriptLoader.cpp index 432ad24ce33..e334070e520 100644 --- a/src/bindings/scripts/system/ScriptLoader.cpp +++ b/src/bindings/scripts/system/ScriptLoader.cpp @@ -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(); -- cgit v1.2.3