mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Spells): Add Deathfrost ICD (#16768)
* fix(DB/Spell_proc_event): Add Deathfrost ICD * Update deathfrost.sql
This commit is contained in:
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);
|
||||
Reference in New Issue
Block a user