chore(DB): import pending files

Referenced commit(s): 10500596ea
This commit is contained in:
github-actions[bot]
2023-11-18 14:46:22 +00:00
parent 10500596ea
commit 164dfb27a8

View File

@@ -0,0 +1,5 @@
-- DB update 2023_11_18_14 -> 2023_11_18_15
-- SH - Spell Bomb - proc only on cast
DELETE FROM `spell_proc_event` WHERE `entry`=40303;
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `procPhase`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
(40303, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0);