From 4cdd79aed0815f24effebfbe99210f532ed38aab Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sat, 11 Jan 2025 23:50:13 +0100 Subject: DB/Spells: corrected proc behavior of Chill of the Grave - only allow it to proc when its triggering spells hit the target (cherry picked from commit 59c6650db38a547584f87a97479a23b6c49e6ff6) --- sql/updates/world/cata_classic/2025_01_11_03_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/cata_classic/2025_01_11_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/cata_classic/2025_01_11_03_world.sql b/sql/updates/world/cata_classic/2025_01_11_03_world.sql new file mode 100644 index 00000000000..49a118016f6 --- /dev/null +++ b/sql/updates/world/cata_classic/2025_01_11_03_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `SpellPhaseMask`= 0x4 WHERE `SpellId`= -49149; -- cgit v1.2.3