aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorQAston <none@none>2009-05-19 20:33:11 +0200
committerQAston <none@none>2009-05-19 20:33:11 +0200
commite348b671e7cbe8ce328a4bf07c635328a4accb3c (patch)
tree669e62463079ba5af3826a50300f77bd7d0ca649 /sql/updates
parent2b47f0c0f7756b89384a3c6969a8a133b3a18ee8 (diff)
*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
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/3409_world_spell_proc_event.sql9
1 files changed, 9 insertions, 0 deletions
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);