From 9fcec869332d8165a30fcaa7b8f6194912c78328 Mon Sep 17 00:00:00 2001 From: Azcobu <81782124+Azcobu@users.noreply.github.com> Date: Wed, 1 Sep 2021 23:20:01 +0930 Subject: [PATCH] fix(DB/Gameobject): adjust Tin Vein position in Westfall (#7660) --- .../sql/updates/pending_db_world/rev_1630416137992915266.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1630416137992915266.sql diff --git a/data/sql/updates/pending_db_world/rev_1630416137992915266.sql b/data/sql/updates/pending_db_world/rev_1630416137992915266.sql new file mode 100644 index 000000000..1f6332e33 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1630416137992915266.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630416137992915266'); + +-- Move Tin Vein 63486 slightly so it is accessible to players +UPDATE `gameobject` SET `position_x` = -10483.46, `position_y` = 1969.77, `position_z` = 12.065 WHERE `id` = 1732 AND `guid` = 63486; +