aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorLopin <Lopin@TwinStar.cz>2011-05-30 20:16:12 +0200
committerSupabad <Supabad.trinity@gmail.com>2011-05-30 20:24:57 +0200
commit8f5440b864b64236deb89f2c7a89162e917e4668 (patch)
tree8dae22bf0dc5b12da7721c1f8dc3af859632648f /sql
parent91b572d6693be64d0ff9b7fff501d4db3a535fff (diff)
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
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_05_30_02_world_spell_linked_spell.sql1
-rw-r--r--sql/updates/world/2011_05_30_03_world_creature_template.sql1
2 files changed, 2 insertions, 0 deletions
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;