From bdd4a122435093c0894f72a81edaa76ee3046b26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 Oct 2025 17:07:05 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 6292f802199225ff2f02375d07eb4a92487cb438 --- .../rev_1760881893133517800.sql => db_world/2025_10_26_02.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1760881893133517800.sql => db_world/2025_10_26_02.sql} (94%) diff --git a/data/sql/updates/pending_db_world/rev_1760881893133517800.sql b/data/sql/updates/db_world/2025_10_26_02.sql similarity index 94% rename from data/sql/updates/pending_db_world/rev_1760881893133517800.sql rename to data/sql/updates/db_world/2025_10_26_02.sql index a831499ac..4a86fcbdc 100644 --- a/data/sql/updates/pending_db_world/rev_1760881893133517800.sql +++ b/data/sql/updates/db_world/2025_10_26_02.sql @@ -1,3 +1,4 @@ +-- DB update 2025_10_26_01 -> 2025_10_26_02 -- `point`s had gaps causing core code needing to be extra complicated UPDATE `waypoint_data` SET `point`=1 WHERE `id`=1336190 AND `point`=2 AND `action`=1336191; UPDATE `waypoint_data` SET `point`=2 WHERE `id`=1336190 AND `point`=4 AND `action`=1336192;