From 8f5440b864b64236deb89f2c7a89162e917e4668 Mon Sep 17 00:00:00 2001 From: Lopin Date: Mon, 30 May 2011 20:16:12 +0200 Subject: Scripts/Ulduar: * Fixed opening of Hodir's doors * Fixed despawning of Toasty Fires and its spawning * Immunity provided by Toasty Fire buff will now working * Added instance Ulduar check for AIs ( like in Icecrown Citadel or Ruby Sanctum ) * Removed few redudant immunities --- sql/updates/world/2011_05_30_02_world_spell_linked_spell.sql | 1 + sql/updates/world/2011_05_30_03_world_creature_template.sql | 1 + 2 files changed, 2 insertions(+) create mode 100644 sql/updates/world/2011_05_30_02_world_spell_linked_spell.sql create mode 100644 sql/updates/world/2011_05_30_03_world_creature_template.sql (limited to 'sql') diff --git a/sql/updates/world/2011_05_30_02_world_spell_linked_spell.sql b/sql/updates/world/2011_05_30_02_world_spell_linked_spell.sql new file mode 100644 index 00000000000..211cfba37f3 --- /dev/null +++ b/sql/updates/world/2011_05_30_02_world_spell_linked_spell.sql @@ -0,0 +1 @@ +UPDATE `spell_linked_spell` SET `spell_trigger`=62821 WHERE `spell_trigger`=65280; diff --git a/sql/updates/world/2011_05_30_03_world_creature_template.sql b/sql/updates/world/2011_05_30_03_world_creature_template.sql new file mode 100644 index 00000000000..5f64cf3dda7 --- /dev/null +++ b/sql/updates/world/2011_05_30_03_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `unit_flags`=4,`flags_extra`=2 where `entry`=33342; -- cgit v1.2.3