diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-11-14 21:25:02 -0300 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-12-30 21:41:12 +0100 |
| commit | 8b0bf69f3884f5ed8a598a67c14c778752dfeb16 (patch) | |
| tree | d9778e9523ed6968de9b51d44467d4277e9c221c | |
| parent | 6436727ef758ad1c7f4fb0291a77189be7018b1d (diff) | |
DB/Spell: Vampiric Embrace proc
Closes #18250
(cherry picked from commit cdd7461d2534af170ae5704758554047f887fd4d)
| -rw-r--r-- | sql/updates/world/master/2017_12_30_01_world_2016_11_15_00_world_335.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_12_30_01_world_2016_11_15_00_world_335.sql b/sql/updates/world/master/2017_12_30_01_world_2016_11_15_00_world_335.sql new file mode 100644 index 00000000000..a3baf21d63a --- /dev/null +++ b/sql/updates/world/master/2017_12_30_01_world_2016_11_15_00_world_335.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x2 WHERE `SpellId`=15286; |
