From e348b671e7cbe8ce328a4bf07c635328a4accb3c Mon Sep 17 00:00:00 2001 From: QAston Date: Tue, 19 May 2009 20:33:11 +0200 Subject: *Corret proc from bloodsurge and judgements of the wise *Do not proc backfire dmg from sw:death if target is killed *Allow hots to proc from selfcast *Fix glyph of corruption. --HG-- branch : trunk --- sql/updates/3409_world_spell_proc_event.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/3409_world_spell_proc_event.sql (limited to 'sql/updates') diff --git a/sql/updates/3409_world_spell_proc_event.sql b/sql/updates/3409_world_spell_proc_event.sql new file mode 100644 index 00000000000..47b1fab8aa9 --- /dev/null +++ b/sql/updates/3409_world_spell_proc_event.sql @@ -0,0 +1,9 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (31878, 31877, 31876, 46913, 46914, 46915); + +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(31876, 0, 10, 8388608, 0, 0, 0, 0, 0, 0, 0), +(31877, 0, 10, 8388608, 0, 0, 0, 0, 0, 0, 0), +(31878, 0, 10, 8388608, 0, 0, 0, 0, 0, 0, 0), +(46913, 0, 4, 0, 1024, 0, 0, 0, 0, 0, 0), +(46914, 0, 4, 0, 1024, 0, 0, 0, 0, 0, 0), +(46915, 0, 4, 0, 1024, 0, 0, 0, 0, 0, 0); -- cgit v1.2.3