diff options
author | Ovahlord <dreadkiller@gmx.de> | 2025-01-11 20:41:26 +0100 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2025-01-11 20:41:26 +0100 |
commit | a940ae963def816e1530067f7e332cd6ef2bc9df (patch) | |
tree | bac0e8019e1f954dd31f525d9722c96add2ac42e | |
parent | c1d8e30015805fc017fbebd69f2f0fb465444f0c (diff) |
DB/Spells: fixed Glyph of Howling Blast
-rw-r--r-- | sql/updates/world/cata_classic/2025_01_11_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2025_01_11_01_world.sql b/sql/updates/world/cata_classic/2025_01_11_01_world.sql new file mode 100644 index 00000000000..8db12020bf8 --- /dev/null +++ b/sql/updates/world/cata_classic/2025_01_11_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc` WHERE `SpellId`= 63335; +INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask1`, `SpellTypeMask`, `SpellPhaseMask`) VALUES +(63335, 15, 0x2, 0x1, 0x2); |