diff options
author | Ovahlord <dreadkiller@gmx.de> | 2025-01-11 23:50:13 +0100 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2025-01-12 01:29:20 +0100 |
commit | 4cdd79aed0815f24effebfbe99210f532ed38aab (patch) | |
tree | 6507e01e870d80d7a43ab5a1164effc8312860a7 | |
parent | dbe2f1ee7ef90db0bdd60b29126f8a689a9e3548 (diff) |
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)
-rw-r--r-- | sql/updates/world/cata_classic/2025_01_11_03_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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; |