diff options
| author | Keader <keader.android@gmail.com> | 2017-08-07 22:13:26 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-07 22:13:26 -0300 |
| commit | db19ee7cf00382019c67afcffb0f44943c9ff1d6 (patch) | |
| tree | 9010c2eff08f8bf70a70f2d3377ad5deeb0658a0 | |
| parent | 514cbea689820ec90f52d511f92c0c741ded6550 (diff) | |
DB/Spells: Fixed Winter's Chill proccing in full absorb
Closes #20113
By Nertx
| -rw-r--r-- | sql/updates/world/3.3.5/2017_08_07_02_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_08_07_02_world.sql b/sql/updates/world/3.3.5/2017_08_07_02_world.sql new file mode 100644 index 00000000000..14b2eed9361 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_08_07_02_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `HitMask`=0x3 WHERE `SpellId`=-11180; |
