mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
DB/Spells: Arcane Potency's crit chance bonus will now get consumed by any affected damaging or healing spell instead of a selected group of spells only
This commit is contained in:
1
sql/updates/world/4.3.4/2020_08_28_00_world.sql
Normal file
1
sql/updates/world/4.3.4/2020_08_28_00_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `spell_proc` SET `SpellFamilyMask0`= 0, `SpellFamilyMask1`= 0, `SpellTypeMask`= 0x1 | 0x2 WHERE `SpellId` IN (57529, 57531);
|
||||
Reference in New Issue
Block a user