diff options
author | ariel- <ariel-@users.noreply.github.com> | 2017-12-29 20:04:04 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2017-12-29 20:04:04 -0300 |
commit | 527ef19ae8a0c82b1c0d7798c15c3f3f22162106 (patch) | |
tree | 58db2de5adadd2269d5637c3d89db6f93f4bf1f3 | |
parent | 4d2886196f41996fddec5ae1014a83aadc3d3a66 (diff) |
Remove wrong MECHANIC_SLOW_ATTACK immunity from creatures
- Bosses need to be affected by tank debuffs (ie Thunder Clap, Judgements of the Just, Infected Wounds, Frost Fever)
Ref 8ecde2f96b2b9a7f6e5cf49f1d16867bb571b886
-rw-r--r-- | sql/updates/world/3.3.5/2017_12_30_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_30_00_world.sql b/sql/updates/world/3.3.5/2017_12_30_00_world.sql new file mode 100644 index 00000000000..83465eb3934 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_12_30_00_world.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` & 0xFFFFFF7F; |