From 93ca72e7b613be7a826b0ff52ce1d76f71dd6a2d Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 10 Nov 2019 18:30:37 +0100 Subject: [PATCH] DB/Spells: allow Strikes of Opportunity to proc from melee abilities as well --- sql/updates/world/custom/custom_2019_11_10_01_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/custom/custom_2019_11_10_01_world.sql diff --git a/sql/updates/world/custom/custom_2019_11_10_01_world.sql b/sql/updates/world/custom/custom_2019_11_10_01_world.sql new file mode 100644 index 00000000000..e9b1d0c91b5 --- /dev/null +++ b/sql/updates/world/custom/custom_2019_11_10_01_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `SpellPhaseMask`= 2 WHERE `SpellId`= 76838;