aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-01-30 08:41:42 -0300
committerariel- <ariel-@users.noreply.github.com>2017-01-30 08:43:56 -0300
commitab413a019d2af4ed65f5a2116651be97762d1b31 (patch)
tree083cd6175bf0c8f4195929732c31f434b3f24c45
parent2ecc0c0775927934dcfb60d3ce7664b8273da8a6 (diff)
DB/Spell: fix interaction of mage armor spells with absorption effects
Closes #18680
-rw-r--r--sql/updates/world/3.3.5/2017_01_30_01_world.sql1
1 files changed, 1 insertions, 0 deletions
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);