From b3dc12fe6a5702beea66476d951b91d21ebad9bf Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Fri, 28 Aug 2020 11:41:25 +0200 Subject: [PATCH] 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 --- sql/updates/world/4.3.4/2020_08_28_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/4.3.4/2020_08_28_00_world.sql diff --git a/sql/updates/world/4.3.4/2020_08_28_00_world.sql b/sql/updates/world/4.3.4/2020_08_28_00_world.sql new file mode 100644 index 00000000000..6818682081a --- /dev/null +++ b/sql/updates/world/4.3.4/2020_08_28_00_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `SpellFamilyMask0`= 0, `SpellFamilyMask1`= 0, `SpellTypeMask`= 0x1 | 0x2 WHERE `SpellId` IN (57529, 57531);