Core/Spells: fixed Fate Rune of Unsurpassed Vigor

This commit is contained in:
untaught
2014-07-07 16:27:09 +02:00
committed by joschiwald
parent fb52609c3e
commit f64add02e8
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE spell_id=7434;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(7434,'spell_item_fate_rune_of_unsurpassed_vigor');