aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorsilinoron <none@none>2010-09-26 12:25:01 -0700
committersilinoron <none@none>2010-09-26 12:25:01 -0700
commit7375951ea831b1f06cd087f65bd9d8ee14a34852 (patch)
tree57f216ca8611d6b758cfc0034e92edc989161c5e /sql/updates
parentededb13915ea8ebb6348ddfb13e80d30e375e091 (diff)
parent23a331d4bf0a810785a3e86abbcd4c43bb299f0a (diff)
merge
--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)