diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2023-04-06 17:37:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 17:37:50 +0200 |
commit | 47b4a05b0edc8887b2908c0656b3959b2002bc2d (patch) | |
tree | 217f265b70e3f96f0d1798c2ebcd87fbf55d3063 /sql | |
parent | ca596e8d9f2adc6c13f2bfba86568b30563bec6d (diff) |
Spell/Warlock: Backlash shoud proc while shielded
by Jildor closes #28246
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2023_04_06_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2023_04_06_02_world.sql b/sql/updates/world/3.3.5/2023_04_06_02_world.sql new file mode 100644 index 00000000000..4e42780f230 --- /dev/null +++ b/sql/updates/world/3.3.5/2023_04_06_02_world.sql @@ -0,0 +1,2 @@ +-- Warlock - Backlash: Should also proc with absorbs +UPDATE `spell_proc` SET `HitMask`=`HitMask`|0x00000001|0x00000002|0x00000400 WHERE `SpellId`=-34935; |