diff options
author | ariel- <ariel-@users.noreply.github.com> | 2016-11-09 12:23:01 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2016-11-09 12:23:01 -0300 |
commit | ff36cfa442bf5b4567f2c8be8d5f1848e883d970 (patch) | |
tree | 3fb82f5b1b92773531c0e9577d59770c86d0762d | |
parent | bb9fdb1b8aa265bd2ee364b68c49656cb05ece7d (diff) |
DB/Spell: change phaseMask to finish for Deathchill and Killing Machine
So that they affect Threat of Thassarian'd Frost Strikes
-rw-r--r-- | sql/updates/world/3.3.5/2016_11_09_01_world_335.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_11_09_01_world_335.sql b/sql/updates/world/3.3.5/2016_11_09_01_world_335.sql new file mode 100644 index 00000000000..8e1ef6113de --- /dev/null +++ b/sql/updates/world/3.3.5/2016_11_09_01_world_335.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `SpellPhaseMask`=0x4 WHERE `SpellId` IN (49796, 51124); |