From 82a73c577c5290fef51dc4f9b5f7d66bffc41553 Mon Sep 17 00:00:00 2001 From: Keader Date: Wed, 20 Feb 2019 10:52:03 -0300 Subject: DB/Spells: Fixed Glyph of Polymorph vs Spell Reflection Glyph need proc when effect is reflected too --- sql/updates/world/3.3.5/2019_02_20_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_02_20_02_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2019_02_20_02_world.sql b/sql/updates/world/3.3.5/2019_02_20_02_world.sql new file mode 100644 index 00000000000..441ffce6f23 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_02_20_02_world.sql @@ -0,0 +1,2 @@ +-- Glyph of Polymorph vs Reflect +UPDATE `spell_proc` SET `HitMask`=2049 WHERE `SpellId`=56375; -- cgit v1.2.3