diff options
| author | QAston <none@none> | 2009-06-10 16:38:25 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-10 16:38:25 +0200 |
| commit | a6e1e7d9e756e7efe366ace07bab0d6e0fad72c2 (patch) | |
| tree | f7b8b844a27ad1520332d636fb667aa75ff1c2dd /sql/updates | |
| parent | ee9beadbc20d24ec11346858db36c029c9c04b90 (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.sql | 4 |
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 |
