aboutsummaryrefslogtreecommitdiff
path: root/src/bindings/scripts/system/ScriptLoader.cpp
diff options
context:
space:
mode:
authormaximius <none@none>2009-09-25 19:20:04 -0700
committermaximius <none@none>2009-09-25 19:20:04 -0700
commit2853aa1cd1bb3026d697672aefb6eace902f90b1 (patch)
tree9507ef4b5de46038f650eda146b126739820d19e /src/bindings/scripts/system/ScriptLoader.cpp
parent0febe02227f5ac2272ff1e57c6b527300ffe6641 (diff)
*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
Diffstat (limited to 'src/bindings/scripts/system/ScriptLoader.cpp')
-rw-r--r--src/bindings/scripts/system/ScriptLoader.cpp2
1 files changed, 2 insertions, 0 deletions
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();