fix(DB/Spell): Add ICD to Spellsurge and some PVP trinkets (#16551)
* fix(DB/spell_proc_event) Add ICD to Spellsurge and Mark of Defiance * .. * Update rev_1686876002032070899.sql * Update rev_1686876002032070899.sql * Update rev_1686876002032070899.sql * Update rev_1686876002032070899.sql * Update rev_1686876002032070899.sql
This commit is contained in:
parent
5047d31926
commit
a96cf8dee4
1 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
--
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (27997, 33511, 33522, 33510, 24256);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `procPhase`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(27997,0,0,0,0,0,0,0,0,0,0,50000),
|
||||
(33511,0,0,0,0,0,0,0,0,0,0,17000),
|
||||
(33522,0,0,0,0,0,0,0,0,0,0,25000),
|
||||
(33510,0,0,0,0,0,0,0,0,0,0,25000),
|
||||
(24256,0,0,0,0,0,0,0,0,0,0,240000);
|
||||
Loading…
Add table
Add a link
Reference in a new issue