aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <none@none>2010-09-26 21:15:38 +0200
committerShauren <none@none>2010-09-26 21:15:38 +0200
commit23a331d4bf0a810785a3e86abbcd4c43bb299f0a (patch)
treec0bcb3ce1d054fcb809e718c7b6c6a0e46a5b946 /sql/updates
parent2e2951d0370a2c244f809c72ac3e0a6ec7bce478 (diff)
Core/Spells: Fixed Ancestral Healing not proccing on Riptide, patch by dr.tenma
Closes issue #4120. --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/10078_world_spell_proc_event.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/10078_world_spell_proc_event.sql b/sql/updates/10078_world_spell_proc_event.sql
new file mode 100644
index 00000000000..66127028836
--- /dev/null
+++ b/sql/updates/10078_world_spell_proc_event.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_proc_event` WHERE `entry` IN (16176,16235,16240);
+INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES
+(16176,0x00,11,0x000001C0,0x00000000,0x00000010,0x00000000,0x00000002,0,0,0), -- Ancestral Healing (Rank 1)
+(16235,0x00,11,0x000001C0,0x00000000,0x00000010,0x00000000,0x00000002,0,0,0), -- Ancestral Healing (Rank 2)
+(16240,0x00,11,0x000001C0,0x00000000,0x00000010,0x00000000,0x00000002,0,0,0); -- Ancestral Healing (Rank 3)