From e2981cbbc9b7161d22d841e0256b3d935465c6ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Jan 2025 08:54:15 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 8c9dd1aeeb0db668c09f6befb03de040bfc25d85 --- .../karabor-sniffed.sql => db_world/2025_01_16_03.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/karabor-sniffed.sql => db_world/2025_01_16_03.sql} (87%) diff --git a/data/sql/updates/pending_db_world/karabor-sniffed.sql b/data/sql/updates/db_world/2025_01_16_03.sql similarity index 87% rename from data/sql/updates/pending_db_world/karabor-sniffed.sql rename to data/sql/updates/db_world/2025_01_16_03.sql index 3aad4dc47..640de06e4 100644 --- a/data/sql/updates/pending_db_world/karabor-sniffed.sql +++ b/data/sql/updates/db_world/2025_01_16_03.sql @@ -1,3 +1,4 @@ +-- DB update 2025_01_16_02 -> 2025_01_16_03 DELETE FROM `spell_target_position` WHERE `ID` = 41234 AND `EffectIndex` = 0; INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `VerifiedBuild`) VALUES (41234, 0, 530, -3560.52, 583.353, 10.9431, 4.751223087310791015, 58558);