aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2025-01-11 20:41:26 +0100
committerOvahlord <dreadkiller@gmx.de>2025-01-11 20:41:26 +0100
commita940ae963def816e1530067f7e332cd6ef2bc9df (patch)
treebac0e8019e1f954dd31f525d9722c96add2ac42e /sql
parentc1d8e30015805fc017fbebd69f2f0fb465444f0c (diff)
DB/Spells: fixed Glyph of Howling Blast
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/cata_classic/2025_01_11_01_world.sql3
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);