diff options
| author | Destalker <none@none> | 2009-07-11 21:32:41 +0200 |
|---|---|---|
| committer | Destalker <none@none> | 2009-07-11 21:32:41 +0200 |
| commit | ff7a90db5f8503bbc177f33bbc6221b3dd56bf37 (patch) | |
| tree | 8ef39ae12bde61e5fc48877c472e04fc26c16a5e /sql/updates | |
| parent | 84644b764412fcf36bd3014fc290b7de5f22f863 (diff) | |
*Allow Illumination to proc on Holy Shock.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/4429_world_spell_proc_event.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/4429_world_spell_proc_event.sql b/sql/updates/4429_world_spell_proc_event.sql new file mode 100644 index 00000000000..b67c802610f --- /dev/null +++ b/sql/updates/4429_world_spell_proc_event.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (20210, 20212, 20213, 20214, 20215); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +( 20210, 0x00, 10, 0xC0000000, 0x00010000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Illumination (Rank 1) +( 20212, 0x00, 10, 0xC0000000, 0x00010000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Illumination (Rank 2) +( 20213, 0x00, 10, 0xC0000000, 0x00010000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Illumination (Rank 3) +( 20214, 0x00, 10, 0xC0000000, 0x00010000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Illumination (Rank 4) +( 20215, 0x00, 10, 0xC0000000, 0x00010000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0); -- Illumination (Rank 5) |
