From ae5a3ca7e2e47e6c29221069c8bc8fed27209565 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Mon, 27 Jul 2020 21:27:09 +0200 Subject: [PATCH] DB/Spells: Glyph of Silencing Shot will now only trigger when hitting with Silencing Shot --- sql/updates/world/4.3.4/2020_07_27_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/4.3.4/2020_07_27_00_world.sql diff --git a/sql/updates/world/4.3.4/2020_07_27_00_world.sql b/sql/updates/world/4.3.4/2020_07_27_00_world.sql new file mode 100644 index 00000000000..d3ea40af6d3 --- /dev/null +++ b/sql/updates/world/4.3.4/2020_07_27_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc` WHERE `SpellId`= 56836; +INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellTypeMask`, `SpellPhaseMask`) VALUES +(56836, 9, 0x40000, 4, 2);