aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubv <s.v.h21@hotmail.com>2012-04-14 12:01:07 -0500
committerSubv <s.v.h21@hotmail.com>2012-04-14 14:51:53 -0500
commit06278fe7fb2698fa3ff62eec3e84baebcb62a4ce (patch)
tree7e443e81aa79cf66256dc3cd833b36f3fc72fcc1
parent4f14693ef29402c6cfdab38879f9722235e4e1a9 (diff)
Spells/Procs: Fixed Sacred Shield 6 seconds internal cooldown.
Thanks @Warpten P.D.: You were using the wrong spellid Closes #1711
-rw-r--r--sql/updates/world/2012_04_14_04_world_spell_proc_event.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_14_04_world_spell_proc_event.sql b/sql/updates/world/2012_04_14_04_world_spell_proc_event.sql
new file mode 100644
index 00000000000..78a869e655a
--- /dev/null
+++ b/sql/updates/world/2012_04_14_04_world_spell_proc_event.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_proc_event` WHERE `entry`=53601;
+INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES
+(53601, 0, 0, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0, 0, 6);