mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-16 23:19:14 +01:00
Core/Spells:
- Glyph of Aimed Shot will now only proc on critical hits with Aimed Shot - fixed Glyph of the Dazzled Prey
This commit is contained in:
3
sql/updates/world/4.3.4/2021_12_27_02_world.sql
Normal file
3
sql/updates/world/4.3.4/2021_12_27_02_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_proc` WHERE `SpellId`= 56824;
|
||||
INSERT INTO `spell_proc` (`SpellId`,`SpellFamilyName`, `SpellFamilyMask0`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`) VALUES
|
||||
(56824, 9, 0x20000, 1, 2, 2);
|
||||
Reference in New Issue
Block a user