aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-20 18:22:33 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-20 18:23:34 +0200
commita86f818fe18e89629e7bcdbd95c4c88b87ad3d2f (patch)
treee759cfde98035299e59ddb34180fb0077dee3e59 /sql
parent7e0b8d69d644bfe44c9e2673d774bfd21db8f83e (diff)
Core/Spells: Update/Convert warrior state "Victory Rush" for 4.3.4
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_07_20_04_world_spell_script_misc_434.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_20_04_world_spell_script_misc_434.sql b/sql/updates/world/2013_07_20_04_world_spell_script_misc_434.sql
new file mode 100644
index 00000000000..3f66b9ed257
--- /dev/null
+++ b/sql/updates/world/2013_07_20_04_world_spell_script_misc_434.sql
@@ -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);