From 43305233c77d381161cd65aa04d46210be0c12c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 8 Jun 2025 20:44:48 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 3092df60cc3a8dc4815ec46ee07962ed2211e711 --- .../2025_06_08_06.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/areatrigger-teleport-sniffed-correction.sql => db_world/2025_06_08_06.sql} (80%) diff --git a/data/sql/updates/pending_db_world/areatrigger-teleport-sniffed-correction.sql b/data/sql/updates/db_world/2025_06_08_06.sql similarity index 80% rename from data/sql/updates/pending_db_world/areatrigger-teleport-sniffed-correction.sql rename to data/sql/updates/db_world/2025_06_08_06.sql index 9b636e753..49b5a52f6 100644 --- a/data/sql/updates/pending_db_world/areatrigger-teleport-sniffed-correction.sql +++ b/data/sql/updates/db_world/2025_06_08_06.sql @@ -1 +1,2 @@ +-- DB update 2025_06_08_05 -> 2025_06_08_06 UPDATE `areatrigger_teleport` SET `target_position_x` = -7524.7017, `target_position_y` = -1228.4098, `target_position_z` = 287.20447, `target_orientation` = 1.7453293 WHERE `ID` = 1470;