diff options
author | Shauren <none@none> | 2010-10-24 21:27:02 +0200 |
---|---|---|
committer | Shauren <none@none> | 2010-10-24 21:27:02 +0200 |
commit | d03aeab9ad4b9002b513be0d6b9552e6f653b6cb (patch) | |
tree | d6a5f24a3b158f291b7d74f9c509232972aab2b1 /sql/base/world_database.sql | |
parent | 07fa1bcbdfe65def200c640a6f3e52b755c3b603 (diff) |
Scripts/Icecrown Citadel: Added Blood Prince Council script
Scripts/Icecrown Citadel: Festergut will not cast Vile Gas on melee targets if there are at least 3 (25 man: 8) ranged targets
Scripts/Icecrown Citadel: Festergut and Rotface gates will close with delay (when Putricide reaches the balcony)
Scripts/Icecrown Citadel: Replaced ASSERT(instance) with code disabling the AI if not inside instance
Core/Spells: Fixed TARGET_DEST_TARGET_RANDOM usage
Core/Scripts: Extended DamageDealt in AI to accept damage type as 3rd parameter
Scripts/Quests: Fixed quest "Unholy Infusion" (24749)
--HG--
branch : trunk
Diffstat (limited to 'sql/base/world_database.sql')
-rw-r--r-- | sql/base/world_database.sql | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 828ef681506..263608e894d 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -26871,6 +26871,20 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 72457, 'spell_putricide_regurgitated_ooze'), ( 72875, 'spell_putricide_regurgitated_ooze'), ( 72876, 'spell_putricide_regurgitated_ooze'), +( 71598, 'spell_creature_permanent_feign_death'), +( 71806, 'spell_taldaram_glittering_sparks'), +( 71718, 'spell_taldaram_summon_flame_ball'), +( 72040, 'spell_taldaram_summon_flame_ball'), +( 55891, 'spell_taldaram_flame_ball_visual'), +( 55947, 'spell_taldaram_flame_ball_visual'), +( 71756, 'spell_taldaram_ball_of_inferno_flame'), +( 72782, 'spell_taldaram_ball_of_inferno_flame'), +( 72783, 'spell_taldaram_ball_of_inferno_flame'), +( 72784, 'spell_taldaram_ball_of_inferno_flame'), +( 72080, 'spell_valanar_kinetic_bomb'), +( 72087, 'spell_valanar_kinetic_bomb_knockback'), +( 73001, 'spell_blood_council_shadow_prison'), +( 72999, 'spell_blood_council_shadow_prison_damage'), -- Ulduar ( 62717, 'spell_ignis_slag_pot'), ( 63477, 'spell_ignis_slag_pot'), |