diff options
author | Killyana <morphone1@gmail.com> | 2019-05-29 14:53:16 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-05-29 14:53:16 +0200 |
commit | c946966275f1f7aab19bcfb80589cc9b6491f3df (patch) | |
tree | 16c2da147cee0bbaedf45867c0767819ebdd68fa | |
parent | f41761551459a247540979ef8f650842f9fd9410 (diff) |
DB/Creature: Add Grip immunity to Nightbane
-rw-r--r-- | sql/updates/world/3.3.5/2019_05_29_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_29_05_world.sql b/sql/updates/world/3.3.5/2019_05_29_05_world.sql new file mode 100644 index 00000000000..96434349e0a --- /dev/null +++ b/sql/updates/world/3.3.5/2019_05_29_05_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask` |32 WHERE `entry`= 17225; |