Core/Spells: Update/Convert warrior state "Victory Rush" for 4.3.4

This commit is contained in:
Vincent-Michael
2013-07-20 18:22:33 +02:00
parent 7e0b8d69d6
commit a86f818fe1
3 changed files with 36 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=32216;
INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
(32216,'spell_warr_victorious');
DELETE FROM `spell_proc_event` WHERE `entry`=32216;
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
(32216, 0, 4, 0, 256, 0, 16, 0, 0, 0, 0);