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:
Ovahlord
2021-12-27 20:15:36 +01:00
parent 81813c1c0b
commit 4f9c640161
2 changed files with 17 additions and 1 deletions

View 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);