diff options
author | Subv <s.v.h21@hotmail.com> | 2012-04-13 19:33:20 -0500 |
---|---|---|
committer | Subv <s.v.h21@hotmail.com> | 2012-04-13 19:33:20 -0500 |
commit | eeb237f55d5d6e1e5d654de1dccc8a6ba2313b64 (patch) | |
tree | d4da603b0430374613ce3f21937e28b3c98c6f3e | |
parent | 98e184799970a74b436a8040f24c27c9abb96dc4 (diff) |
Core/Spells: Add 45 seconds proc cooldown to Blackened Naaru Silver.
Closes #1509
Signed-off-by: Subv <s.v.h21@hotmail.com>
-rw-r--r-- | sql/updates/world/2012_04_13_03_world_spell_proc_event.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_13_03_world_spell_proc_event.sql b/sql/updates/world/2012_04_13_03_world_spell_proc_event.sql new file mode 100644 index 00000000000..3ea68187687 --- /dev/null +++ b/sql/updates/world/2012_04_13_03_world_spell_proc_event.sql @@ -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);
\ No newline at end of file |