From ca858538b6ecb0af4ac6051309faab163576f971 Mon Sep 17 00:00:00 2001 From: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> Date: Sun, 3 Feb 2019 17:34:13 +0100 Subject: [PATCH] fix(DB): positioning of the control console on the zeppelin "Cloudkisser" (#1400) Fix the positioning of the control console on the zeppelin "Cloudkisser". Otherwise it falls to the ground and floats through the air while the zeppelin is moving. Closes #1394 --- data/sql/updates/pending_db_world/rev_1549062318108968468.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1549062318108968468.sql diff --git a/data/sql/updates/pending_db_world/rev_1549062318108968468.sql b/data/sql/updates/pending_db_world/rev_1549062318108968468.sql new file mode 100644 index 000000000..1bcbe1e92 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1549062318108968468.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1549062318108968468'); + +UPDATE `creature` SET `position_x` = 10.5731, `position_y` = -7.65137, `position_z` = -16.6839, `orientation` = 0 WHERE `guid` = 142823;