From d005e14faf674f7195725894ad30f760dae9872d Mon Sep 17 00:00:00 2001 From: QAston Date: Fri, 16 Jul 2010 17:25:14 +0200 Subject: *Update spell_proc_event entry for Everlastin Affliction - by francesco.buldo. *Manually add corruption to list of spells affected by Everlasting Affliction. --HG-- branch : trunk --- sql/updates/8906_world_spell_proc_event.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/8906_world_spell_proc_event.sql (limited to 'sql/updates') diff --git a/sql/updates/8906_world_spell_proc_event.sql b/sql/updates/8906_world_spell_proc_event.sql new file mode 100644 index 00000000000..2d5c35c02a5 --- /dev/null +++ b/sql/updates/8906_world_spell_proc_event.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (47201,47202,47203,47204,47205); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(47201,0,5,0x00004009,0x00040000,0x00000000,0x00000000,0x0000000,0,0,0), +(47202,0,5,0x00004009,0x00040000,0x00000000,0x00000000,0x0000000,0,0,0), +(47203,0,5,0x00004009,0x00040000,0x00000000,0x00000000,0x0000000,0,0,0), +(47204,0,5,0x00004009,0x00040000,0x00000000,0x00000000,0x0000000,0,0,0), +(47205,0,5,0x00004009,0x00040000,0x00000000,0x00000000,0x0000000,0,0,0); \ No newline at end of file -- cgit v1.2.3