mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
DB/Spells: Everlasting Affliction will no longer get triggered by Shadow Bolt
closes #36
This commit is contained in:
1
sql/updates/world/custom/custom_2020_02_17_00_world.sql
Normal file
1
sql/updates/world/custom/custom_2020_02_17_00_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `spell_proc` SET `SpellFamilyMask0`=`SpellFamilyMask0` & ~0x00000001 WHERE `SpellId`= -47201;
|
||||
Reference in New Issue
Block a user