aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShocker <none@none>2010-08-30 22:10:52 +0300
committerShocker <none@none>2010-08-30 22:10:52 +0300
commitb19c1396ddd92264cc926d3c0644fdb4cbd4805c (patch)
tree17d44088085d53c30fe02ac73b3783ccdb887f99 /sql/updates
parent9f5708f4f58f3cbb5ad7cb44d119daf17a9a4b36 (diff)
Allow Soul Leech to proc from Conflagrate, fixes issue 2257
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9681_world_spell_proc_event.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/9681_world_spell_proc_event.sql b/sql/updates/9681_world_spell_proc_event.sql
new file mode 100644
index 00000000000..9b2691a0d16
--- /dev/null
+++ b/sql/updates/9681_world_spell_proc_event.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_proc_event` WHERE `entry` in (30293,30295,30296);
+INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES
+( 30293, 0x00, 5, 0x00000381, 0x008200C0, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0),
+( 30295, 0x00, 5, 0x00000381, 0x008200C0, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0),
+( 30296, 0x00, 5, 0x00000381, 0x008200C0, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0);