Merge pull request #6316 from Kezo90/rogue_t9_2p

Core/Spells: Rogue T9 2P should proc only from Rupture ticks
This commit is contained in:
Shocker
2012-04-23 17:10:46 -07:00

View File

@@ -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);