mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 21:02:14 +01:00
Core/Spells: Update/Convert warrior state "Victory Rush" for 4.3.4
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user