Core/Spells: Fix warrior talent "Sudden Death" for 4.3.4

This commit is contained in:
Vincent-Michael
2013-07-24 23:08:35 +02:00
parent 75db5f8c17
commit 2963b44e3d
2 changed files with 41 additions and 0 deletions

View File

@@ -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');