From 34ff19309fde1c8a05881b5bc7714603f0455975 Mon Sep 17 00:00:00 2001 From: damnablebear <127447064+damnablebear@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:51:12 -0400 Subject: [PATCH] fix(DB/Gameobject): Adjust position for unsniffed Truesilver node (#17112) * fix(DB/Azshara): adjusting y and z axes for node Adjusted position Y and position Z to make node spawn a bit more present and less above-ground than it was before. Sticks out of the ground an appropriate amount like other nodes now. * Update truesilver-azshara-spawn-guid-9329-update.sql * fix(DB/Azshara): adjusting y and z axes for node Moving file to the correct folder * Delete truesilver-azshara-spawn-guid-9329-update.sql had this file in the wrong directory * changed eol to unix conversion --- .../truesilver-azshara-spawn-guid-9329-update.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/truesilver-azshara-spawn-guid-9329-update.sql diff --git a/data/sql/updates/pending_db_world/truesilver-azshara-spawn-guid-9329-update.sql b/data/sql/updates/pending_db_world/truesilver-azshara-spawn-guid-9329-update.sql new file mode 100644 index 000000000..2c3e782ec --- /dev/null +++ b/data/sql/updates/pending_db_world/truesilver-azshara-spawn-guid-9329-update.sql @@ -0,0 +1 @@ +UPDATE `gameobject` SET `position_y` = -5124.500500, `position_z` = 87.242325 WHERE `guid` = 9329 and `id` = 2047;