From 4db362492e7257024264a25cf1509301c2b5373f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 7 Nov 2023 18:53:27 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): dc39f6f21133b62cd6ab67c3ba179145db1086f7 --- .../2023_10_29_00.sql => db_world/2023_11_07_02.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/2023_10_29_00.sql => db_world/2023_11_07_02.sql} (89%) diff --git a/data/sql/updates/pending_db_world/2023_10_29_00.sql b/data/sql/updates/db_world/2023_11_07_02.sql similarity index 89% rename from data/sql/updates/pending_db_world/2023_10_29_00.sql rename to data/sql/updates/db_world/2023_11_07_02.sql index 1b0b9b85d..bca1bcdb8 100644 --- a/data/sql/updates/pending_db_world/2023_10_29_00.sql +++ b/data/sql/updates/db_world/2023_11_07_02.sql @@ -1,3 +1,4 @@ +-- DB update 2023_11_07_01 -> 2023_11_07_02 UPDATE `gameobject` SET `position_x` = -5737.2, `position_y` = -3880.4, `position_z` = 330 WHERE `guid` = 75928 and `id` = 1732; UPDATE `gameobject` SET `position_x` = -5737.2, `position_y` = -3880.4, `position_z` = 330 WHERE `guid` = 75927 and `id` = 1731;