From 2e37a2a67328e3bf70b89c3946e8a599a82ad94c Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sat, 11 May 2019 03:40:15 +0200 Subject: [PATCH] DB/Spells: fixed Arcane Potency not procing from Clearcasting --- sql/updates/world/custom/custom_2019_05_11_01_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/custom/custom_2019_05_11_01_world.sql diff --git a/sql/updates/world/custom/custom_2019_05_11_01_world.sql b/sql/updates/world/custom/custom_2019_05_11_01_world.sql new file mode 100644 index 00000000000..4e7c473625b --- /dev/null +++ b/sql/updates/world/custom/custom_2019_05_11_01_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `AttributesMask`= 2 WHERE `SpellId`= -31571;