aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaelima <jeppo_meyer@msn.com>2011-06-05 12:44:26 +0200
committerkaelima <jeppo_meyer@msn.com>2011-06-05 12:44:26 +0200
commit69d2b4a81c5d13a4974b895067d35bad9e5a4cea (patch)
tree71a636bf3302074391e190b8097f391a3d04ef3e
parentbdc75eb856cd07f11caafcc9eb533d76f7d7e3a8 (diff)
DB/Spelldifficulty: Fix typo in 18c016a890e00ea11922 messing up Shadowfiends in heroic dungeons.
Fix by ottowayne. Closing #1833
-rw-r--r--sql/updates/world/2011_05_21_01_world_instance_misc.sql2
-rw-r--r--sql/updates/world/2011_06_05_00_world_spelldifficulty_dbc.sql2
2 files changed, 3 insertions, 1 deletions
diff --git a/sql/updates/world/2011_05_21_01_world_instance_misc.sql b/sql/updates/world/2011_05_21_01_world_instance_misc.sql
index 2541bd9756b..381fbad4370 100644
--- a/sql/updates/world/2011_05_21_01_world_instance_misc.sql
+++ b/sql/updates/world/2011_05_21_01_world_instance_misc.sql
@@ -21,4 +21,4 @@ VALUES
(3247,63240,63553,0,0), -- Ulduar: Ironroot Lasher - Ironroot Thorns
(3248,63247,63568,0,0), -- Ulduar: Nature's Blade - Living Tsunami
(3249,63226,63551,0,0), -- Ulduar: Guardian of Life - Poison Breath
-(3250,64587,34650,0,0); -- Ulduar: Nature Bomb - Nature Bomb \ No newline at end of file
+(3250,64650,34650,0,0); -- Ulduar: Nature Bomb - Nature Bomb
diff --git a/sql/updates/world/2011_06_05_00_world_spelldifficulty_dbc.sql b/sql/updates/world/2011_06_05_00_world_spelldifficulty_dbc.sql
new file mode 100644
index 00000000000..ab5dfde83c5
--- /dev/null
+++ b/sql/updates/world/2011_06_05_00_world_spelldifficulty_dbc.sql
@@ -0,0 +1,2 @@
+-- Fix typo for Nature Bomb Spell in heroic difficulty
+UPDATE `spelldifficulty_dbc` SET `spellid1`=64650 WHERE `id`=3250;