From ba43d9ea30a20d57d6292aa52d24e12143109d85 Mon Sep 17 00:00:00 2001 From: Asthalor <87535580+Asthalor@users.noreply.github.com> Date: Sun, 25 Jul 2021 00:45:36 +0200 Subject: [PATCH] fix(DB/creature): spawn point of Vale Screecher (#7059) --- .../sql/updates/pending_db_world/rev_1626865484901243200.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1626865484901243200.sql diff --git a/data/sql/updates/pending_db_world/rev_1626865484901243200.sql b/data/sql/updates/pending_db_world/rev_1626865484901243200.sql new file mode 100644 index 000000000..b1fe7aa69 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1626865484901243200.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626865484901243200'); + +-- Changed the coords so it dont spawn inside terrain +UPDATE `creature` SET `position_x` = -5231.283, `position_y` = 1287.122, `position_z` = 55.708 WHERE (`id` = 5307) AND (`guid` = 51210); +