From a8ceccebf9ce26ed501002bf0213d7f58f187ef7 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sat, 11 Jan 2025 21:05:04 +0100 Subject: DB/Spells: fixed Chill of the Grave --- sql/updates/world/cata_classic/2025_01_11_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/cata_classic/2025_01_11_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/cata_classic/2025_01_11_02_world.sql b/sql/updates/world/cata_classic/2025_01_11_02_world.sql new file mode 100644 index 00000000000..a6e522b91e8 --- /dev/null +++ b/sql/updates/world/cata_classic/2025_01_11_02_world.sql @@ -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); -- cgit v1.2.3