aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2016-11-14 21:25:02 -0300
committerariel- <ariel-@users.noreply.github.com>2016-11-14 21:25:02 -0300
commitcdd7461d2534af170ae5704758554047f887fd4d (patch)
tree761065312208860112950cf8999471f2ddf2ef96
parent9f5df023b746d324588f175e264c62205b69e165 (diff)
DB/Spell: Vampiric Embrace proc
Closes #18250
-rw-r--r--sql/updates/world/3.3.5/2016_11_15_00_world_335.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_11_15_00_world_335.sql b/sql/updates/world/3.3.5/2016_11_15_00_world_335.sql
new file mode 100644
index 00000000000..a3baf21d63a
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_11_15_00_world_335.sql
@@ -0,0 +1 @@
+UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x2 WHERE `SpellId`=15286;