aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2017-09-09 08:49:16 -0300
committerShauren <shauren.trinity@gmail.com>2020-08-23 22:21:18 +0200
commit4c34f17a997f0532d3ca8b725960b4ca60d9d985 (patch)
tree30b7ff820981f30f633170445c9cac3ccf9f73d2
parenta7f83760215dc779e2009f7e12330d7a46cd0c14 (diff)
DB/Creature: Fixed Auriaya DB error
(cherry picked from commit 6c049eac6c48e3c54b93ef9a3c0e52eec1b0503d)
-rw-r--r--sql/updates/world/master/2020_08_23_29_world_2017_09_09_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_08_23_29_world_2017_09_09_00_world.sql b/sql/updates/world/master/2020_08_23_29_world_2017_09_09_00_world.sql
new file mode 100644
index 00000000000..4c7185cb5d8
--- /dev/null
+++ b/sql/updates/world/master/2020_08_23_29_world_2017_09_09_00_world.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|617299839 WHERE `entry` IN(34171,34166);