aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-24 23:08:35 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-24 23:09:25 +0200
commit2963b44e3db88aea4a4e70ffac285c9945202266 (patch)
treee1518ef42b17649746b8a07a66c16f4aa5daa1d3 /sql
parent75db5f8c17224579d0990f97fd60e85d12ec5a86 (diff)
Core/Spells: Fix warrior talent "Sudden Death" for 4.3.4
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_07_24_05_world_spell_script_names_434.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_24_05_world_spell_script_names_434.sql b/sql/updates/world/2013_07_24_05_world_spell_script_names_434.sql
new file mode 100644
index 00000000000..cfed3bc8f00
--- /dev/null
+++ b/sql/updates/world/2013_07_24_05_world_spell_script_names_434.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=52437;
+INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
+(52437,'spell_warr_sudden_death');