mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user