From ab413a019d2af4ed65f5a2116651be97762d1b31 Mon Sep 17 00:00:00 2001 From: ariel- Date: Mon, 30 Jan 2017 08:41:42 -0300 Subject: DB/Spell: fix interaction of mage armor spells with absorption effects Closes #18680 --- sql/updates/world/3.3.5/2017_01_30_01_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2017_01_30_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_01_30_01_world.sql b/sql/updates/world/3.3.5/2017_01_30_01_world.sql new file mode 100644 index 00000000000..36c690947bd --- /dev/null +++ b/sql/updates/world/3.3.5/2017_01_30_01_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `HitMask`=0x403 WHERE `SpellId` IN (-168,-7302,-30482); -- cgit v1.2.3