aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2025-01-11 21:05:04 +0100
committerOvahlord <dreadkiller@gmx.de>2025-01-11 21:05:04 +0100
commita8ceccebf9ce26ed501002bf0213d7f58f187ef7 (patch)
tree8abc6ec727425d1ae37e0011ff20a410c84caee2
parente2c011fbd4eac62ea44401765487a6c931c07e8b (diff)
DB/Spells: fixed Chill of the Grave
-rw-r--r--sql/updates/world/cata_classic/2025_01_11_02_world.sql3
1 files changed, 3 insertions, 0 deletions
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);