mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
DB/Spells: Glyph of Silencing Shot will now only trigger when hitting with Silencing Shot
This commit is contained in:
3
sql/updates/world/4.3.4/2020_07_27_00_world.sql
Normal file
3
sql/updates/world/4.3.4/2020_07_27_00_world.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user