From d56f27edea52d5c6cc890c5ed09ed92436439724 Mon Sep 17 00:00:00 2001 From: Asthalor <87535580+Asthalor@users.noreply.github.com> Date: Wed, 4 Aug 2021 00:12:34 +0200 Subject: [PATCH] fix(DB/creature): Fixed Anvilrage Taskmaster spawns inside Anvilrage Enforcer (#7129) I changed just a bit the coords of the spawns that had issues Co-authored-by: Lukas Volgger <55922592+LukasVolgger@users.noreply.github.com> --- .../updates/pending_db_world/rev_1627304134519639700.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1627304134519639700.sql diff --git a/data/sql/updates/pending_db_world/rev_1627304134519639700.sql b/data/sql/updates/pending_db_world/rev_1627304134519639700.sql new file mode 100644 index 000000000..189e6cdad --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1627304134519639700.sql @@ -0,0 +1,6 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627304134519639700'); + +-- Changed the coords just a bit to assure that no dwarf spawns in the same place as other +UPDATE `creature` SET `position_x` = -7183.29, `position_y` = -881.80, `position_z` = 163.93 WHERE (`id` = 24818) AND (`guid` = 4566); +UPDATE `creature` SET `position_x` = -7339.15, `position_y` = -1020.25, `position_z` = 178.65 WHERE (`id` = 24818) AND (`guid` = 5727); +