mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
*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
This commit is contained in:
9
sql/updates/3409_world_spell_proc_event.sql
Normal file
9
sql/updates/3409_world_spell_proc_event.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user