Core/Spells: Add 45 seconds proc cooldown to Blackened Naaru Silver.

Closes #1509

Signed-off-by: Subv <s.v.h21@hotmail.com>
This commit is contained in:
Subv
2012-04-13 19:33:20 -05:00
parent 98e1847999
commit eeb237f55d

View File

@@ -0,0 +1,4 @@
-- Blackened Naaru Silver proc cooldown
DELETE FROM `spell_proc_event` WHERE `entry`=45355;
INSERT INTO `spell_proc_event`(`entry`,`schoolmask`,`spellfamilyname`,`spellfamilymask0`,`spellfamilymask1`,`spellfamilymask2`,`procflags`,`procex`,`ppmrate`,`customchance`,`cooldown`) VALUES
(45355,0,0,0,0,0,0,0,0,0,45);