mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 13:22:48 +01:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user