From ebbcd601b95d05f631a22552e27223a04f0aa08f Mon Sep 17 00:00:00 2001 From: treeston Date: Wed, 31 Aug 2016 20:44:52 +0200 Subject: DB/Creature: Fix random inhabittype that was making an Outland world elite permanently rooted. (cherry picked from commit b7112d0fbe457043418415f45f68f159896477d4) --- sql/updates/world/master/2017_02_18_32_world_2016_08_31_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_02_18_32_world_2016_08_31_00_world.sql (limited to 'sql') 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; -- cgit v1.2.3