From ff5c2653af13ce3d3d5c48b5c038ba184d8776fb Mon Sep 17 00:00:00 2001 From: Keader Date: Sun, 6 Sep 2020 16:26:30 -0300 Subject: DB/Spells: Fixed Unchained Magic proc from item cast Like: Maghia's Misguided Quill --- sql/updates/world/3.3.5/2020_09_06_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_09_06_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_09_06_01_world.sql b/sql/updates/world/3.3.5/2020_09_06_01_world.sql new file mode 100644 index 00000000000..6224f1f9621 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_06_01_world.sql @@ -0,0 +1,2 @@ +-- Unchained Magic +UPDATE `spell_proc` SET `AttributesMask`=256 WHERE `SpellId`=69762; -- cgit v1.2.3