diff options
author | Ovahlord <dreadkiller@gmx.de> | 2025-01-11 21:05:04 +0100 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2025-01-11 21:05:04 +0100 |
commit | a8ceccebf9ce26ed501002bf0213d7f58f187ef7 (patch) | |
tree | 8abc6ec727425d1ae37e0011ff20a410c84caee2 /sql/updates | |
parent | e2c011fbd4eac62ea44401765487a6c931c07e8b (diff) |
DB/Spells: fixed Chill of the Grave
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/cata_classic/2025_01_11_02_world.sql | 3 |
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); |