Spell/Warlock: Backlash shoud proc while shielded

by Jildor  closes #28246
This commit is contained in:
Aokromes
2023-04-06 17:37:50 +02:00
committed by GitHub
parent ca596e8d9f
commit 47b4a05b0e

View File

@@ -0,0 +1,2 @@
-- Warlock - Backlash: Should also proc with absorbs
UPDATE `spell_proc` SET `HitMask`=`HitMask`|0x00000001|0x00000002|0x00000400 WHERE `SpellId`=-34935;