mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB/Spells: fixed Chill of the Grave
This commit is contained in:
3
sql/updates/world/cata_classic/2025_01_11_02_world.sql
Normal file
3
sql/updates/world/cata_classic/2025_01_11_02_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_proc` WHERE `SpellId`= -49149;
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellTypeMask`, `SpellPhaseMask`) VALUES
|
||||
(-49149, 15, 0x2 | 0x4, 0x2 | 0x00020000, 0x1, 0x1);
|
||||
Reference in New Issue
Block a user