From 61219cf9db08f40e53c8e91a0e90e93900e43f61 Mon Sep 17 00:00:00 2001 From: Kezo90 Date: Mon, 23 Apr 2012 22:31:39 +0200 Subject: DB/Spells: Rogue T9 2P - Should proc only from Rupture ticks. --- sql/updates/world/2012_04_23_03_world_spell_proc_event.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2012_04_23_03_world_spell_proc_event.sql (limited to 'sql') diff --git a/sql/updates/world/2012_04_23_03_world_spell_proc_event.sql b/sql/updates/world/2012_04_23_03_world_spell_proc_event.sql new file mode 100644 index 00000000000..dfa57b031c3 --- /dev/null +++ b/sql/updates/world/2012_04_23_03_world_spell_proc_event.sql @@ -0,0 +1,4 @@ + -- Rogue T9 2P - Should proc only from Rupture ticks. +DELETE FROM `spell_proc_event` WHERE `entry` IN(67209); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `procFlags`) VALUES +(67209, 0x01, 8, 0x100000, 0x50000); \ No newline at end of file -- cgit v1.2.3