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