From 28f5ead7f308a6a301d3dd8798c5031e8a52dcb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 19 Feb 2025 13:56:13 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 04bf98fa6ec79753fb2563637336ef534900a7ee --- .../fix-npc24238.sql => db_world/2025_02_19_01.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/fix-npc24238.sql => db_world/2025_02_19_01.sql} (98%) diff --git a/data/sql/updates/pending_db_world/fix-npc24238.sql b/data/sql/updates/db_world/2025_02_19_01.sql similarity index 98% rename from data/sql/updates/pending_db_world/fix-npc24238.sql rename to data/sql/updates/db_world/2025_02_19_01.sql index b23a7cde7..6e2dfd8f9 100644 --- a/data/sql/updates/pending_db_world/fix-npc24238.sql +++ b/data/sql/updates/db_world/2025_02_19_01.sql @@ -1,3 +1,4 @@ +-- DB update 2025_02_19_00 -> 2025_02_19_01 -- Bjorn Halgurdsson - Set position UPDATE `creature` SET `position_x` = 1518.61, `position_y` = -5249.85, `position_z` = 215.38, `orientation` = 5.41052, `VerifiedBuild` = 59069 WHERE `guid` = 112513 AND `id1` = 24238;