From eda61839134a24cff3b801f771f437979add7f71 Mon Sep 17 00:00:00 2001 From: Silker <61223313+Si1ker@users.noreply.github.com> Date: Wed, 25 Nov 2020 16:11:59 -0600 Subject: [PATCH] fix(DB/creature): Starting zones (#3763) --- .../updates/pending_db_world/rev_1606305620937620900.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1606305620937620900.sql diff --git a/data/sql/updates/pending_db_world/rev_1606305620937620900.sql b/data/sql/updates/pending_db_world/rev_1606305620937620900.sql new file mode 100644 index 000000000..4dfb6c3aa --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1606305620937620900.sql @@ -0,0 +1,9 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1606305620937620900'); + +/* + * Update by Silker | | Copyright (C) +*/ + +UPDATE `creature` SET `position_x`=10329, `position_y`=826.056, `position_z`=1326.37, `orientation`=2.72516 WHERE `guid`=46205; -- Ilthalaine +UPDATE `creature` SET `position_x`=-8933.93, `position_y`=-137.472, `position_z`=83.2960, `orientation`=2.2803 WHERE `guid`=79942; -- Deputy Willem +