aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorQAston <none@none>2009-06-10 16:38:25 +0200
committerQAston <none@none>2009-06-10 16:38:25 +0200
commita6e1e7d9e756e7efe366ace07bab0d6e0fad72c2 (patch)
treef7b8b844a27ad1520332d636fb667aa75ff1c2dd /sql/updates
parentee9beadbc20d24ec11346858db36c029c9c04b90 (diff)
*Allow Pyroclasm to proc from Conflagrate
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/3899_world_spell_proc_event.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/3899_world_spell_proc_event.sql b/sql/updates/3899_world_spell_proc_event.sql
new file mode 100644
index 00000000000..968c82ec29b
--- /dev/null
+++ b/sql/updates/3899_world_spell_proc_event.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_proc_event` WHERE `entry` IN (18096, 18073);
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+(18096, 0x00, 5, 0x00000060, 0x00800080, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Pyroclasm (Rank 1)
+(18073, 0x00, 5, 0x00000060, 0x00800080, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Pyroclasm (Rank 2) \ No newline at end of file