From a96cf8dee45bc40b1bdee3e11433a04ee50f941d Mon Sep 17 00:00:00 2001 From: v-mstrs <104088833+v-mstrs@users.noreply.github.com> Date: Sat, 17 Jun 2023 16:31:26 +0200 Subject: [PATCH] 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 --- .../updates/pending_db_world/rev_1686876002032070899.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1686876002032070899.sql diff --git a/data/sql/updates/pending_db_world/rev_1686876002032070899.sql b/data/sql/updates/pending_db_world/rev_1686876002032070899.sql new file mode 100644 index 000000000..17eef75a9 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1686876002032070899.sql @@ -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);