aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorMachiavelli <none@none>2010-11-09 11:26:01 +0100
committerMachiavelli <none@none>2010-11-09 11:26:01 +0100
commitdcc26dd801aa548794728a9a5b3b851f08f6809e (patch)
tree4f46e58b852157511abeaa4dcb42661a1ade68b6 /sql/updates
parent36b40511ac1a53fe0a7c3e3c05b986483542458e (diff)
Core/Spells: Fix Sword Specialization (warrior) proc on abilities
Author: Dr.Tenma Fixes issue #4032 --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/10393_world_spell_proc_event.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/10393_world_spell_proc_event.sql b/sql/updates/10393_world_spell_proc_event.sql
new file mode 100644
index 00000000000..11e9f7a184b
--- /dev/null
+++ b/sql/updates/10393_world_spell_proc_event.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_proc_event` WHERE `entry` IN (12281, 12812, 12813, 12814, 12815);
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+( 12281, 0x00, 4, 0xAA600444, 0x00400105, 0x00000000, 0x00000000, 0x00000000, 0, 0, 6), -- Sword Specialization (Rank 1)
+( 12812, 0x00, 4, 0xAA600444, 0x00400105, 0x00000000, 0x00000000, 0x00000000, 0, 0, 6), -- Sword Specialization (Rank 2)
+( 12813, 0x00, 4, 0xAA600444, 0x00400105, 0x00000000, 0x00000000, 0x00000000, 0, 0, 6), -- Sword Specialization (Rank 3)
+( 12814, 0x00, 4, 0xAA600444, 0x00400105, 0x00000000, 0x00000000, 0x00000000, 0, 0, 6), -- Sword Specialization (Rank 4)
+( 12815, 0x00, 4, 0xAA600444, 0x00400105, 0x00000000, 0x00000000, 0x00000000, 0, 0, 6); -- Sword Specialization (Rank 5) \ No newline at end of file