fix(DB/Spells): Add Deathfrost ICD (#16768)
* fix(DB/Spell_proc_event): Add Deathfrost ICD * Update deathfrost.sql
This commit is contained in:
parent
847da2c804
commit
e5b28a07a7
1 changed files with 4 additions and 0 deletions
4
data/sql/updates/pending_db_world/deathfrost.sql
Normal file
4
data/sql/updates/pending_db_world/deathfrost.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (46662);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `procPhase`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(46662,0,0,0,0,0,0,0,0,0,0,25000);
|
||||
Loading…
Add table
Add a link
Reference in a new issue