mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 12:22:39 +01:00
Spell/Warlock: Backlash shoud proc while shielded
by Jildor closes #28246
This commit is contained in:
2
sql/updates/world/3.3.5/2023_04_06_02_world.sql
Normal file
2
sql/updates/world/3.3.5/2023_04_06_02_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Warlock - Backlash: Should also proc with absorbs
|
||||
UPDATE `spell_proc` SET `HitMask`=`HitMask`|0x00000001|0x00000002|0x00000400 WHERE `SpellId`=-34935;
|
||||
Reference in New Issue
Block a user