From df8dce4ae8c900ae7f9d8fb53a0280b6a7dec283 Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+benjymansy123@users.noreply.github.com> Date: Tue, 5 Jul 2022 12:34:28 -0400 Subject: [PATCH] fix(DB): Remove `acore.world` from 2022_07_05_00.sql (#12305) --- data/sql/updates/db_world/2022_07_05_00.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/sql/updates/db_world/2022_07_05_00.sql b/data/sql/updates/db_world/2022_07_05_00.sql index 1fd915287..ea7115bc5 100644 --- a/data/sql/updates/db_world/2022_07_05_00.sql +++ b/data/sql/updates/db_world/2022_07_05_00.sql @@ -1,7 +1,7 @@ -- DB update 2022_07_03_07 -> 2022_07_05_00 -- DELETE FROM `waypoint_data` WHERE `id`=518940; -INSERT INTO `acore_world`.`waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`) VALUES +INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`) VALUES (518940, 1, 3866.84, -672.53, 328.888), (518940, 2, 3866.84, -672.534, 328.888), (518940, 3, 3818.17, -768.04, 314.71),