aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2016-08-31 20:44:52 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-02-18 17:55:05 +0100
commitebbcd601b95d05f631a22552e27223a04f0aa08f (patch)
tree1aeeb577690d7ee60343feb239c5fe2b86d1f273
parent52f400226effb9b4fce2a30bb4ad312d12fc6a47 (diff)
DB/Creature: Fix random inhabittype that was making an Outland world elite permanently rooted.
(cherry picked from commit b7112d0fbe457043418415f45f68f159896477d4)
-rw-r--r--sql/updates/world/master/2017_02_18_32_world_2016_08_31_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_18_32_world_2016_08_31_00_world.sql b/sql/updates/world/master/2017_02_18_32_world_2016_08_31_00_world.sql
new file mode 100644
index 00000000000..f36064ae6f2
--- /dev/null
+++ b/sql/updates/world/master/2017_02_18_32_world_2016_08_31_00_world.sql
@@ -0,0 +1,2 @@
+-- fix random inhabittype
+UPDATE `creature_template` SET `inhabittype`=`inhabittype`&~8 WHERE `entry`=18679;