aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;