From fb72b005cdd64c6e4a6b3c2de2ca027fbeae1c74 Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Sat, 14 Jan 2023 02:49:54 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 9cdf73629d09458306e60ef8d374775cb5d7f3b3 --- .../rev_1672845950723513700.sql => db_world/2023_01_14_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1672845950723513700.sql => db_world/2023_01_14_00.sql} (99%) diff --git a/data/sql/updates/pending_db_world/rev_1672845950723513700.sql b/data/sql/updates/db_world/2023_01_14_00.sql similarity index 99% rename from data/sql/updates/pending_db_world/rev_1672845950723513700.sql rename to data/sql/updates/db_world/2023_01_14_00.sql index 8e4782163..f0d2d5ea4 100644 --- a/data/sql/updates/pending_db_world/rev_1672845950723513700.sql +++ b/data/sql/updates/db_world/2023_01_14_00.sql @@ -1,3 +1,4 @@ +-- DB update 2023_01_13_00 -> 2023_01_14_00 -- Pathing for Frances Lin Entry: 20401 SET @NPC := 20401; UPDATE `creature` SET `wander_distance`=0,`MovementType`=0,`position_x`=1820.7647705078125,`position_y`=1016.41839599609375,`position_z`=11.68548202514648437, `orientation`=1.570796370506286621, `VerifiedBuild`=47187 WHERE `id1`=@NPC;