From 7d50361be73751b1913449c86dab91bcc6f9845a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 15 Oct 2024 11:45:24 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 32164b26a3353bb3eb6aad5c5a43ea145b181415 --- .../Kitrik_Fix_waypoint.sql => db_world/2024_10_15_30.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/Kitrik_Fix_waypoint.sql => db_world/2024_10_15_30.sql} (90%) diff --git a/data/sql/updates/pending_db_world/Kitrik_Fix_waypoint.sql b/data/sql/updates/db_world/2024_10_15_30.sql similarity index 90% rename from data/sql/updates/pending_db_world/Kitrik_Fix_waypoint.sql rename to data/sql/updates/db_world/2024_10_15_30.sql index 0238febcd..98bc490d8 100644 --- a/data/sql/updates/pending_db_world/Kitrik_Fix_waypoint.sql +++ b/data/sql/updates/db_world/2024_10_15_30.sql @@ -1,3 +1,4 @@ +-- DB update 2024_10_14_29 -> 2024_10_15_30 UPDATE `creature_template` SET `MovementType`= 0, `movementId`= 0 WHERE (`entry` = 28683); UPDATE `creature` SET `MovementType`= 2 WHERE `guid` = 128455 AND `id1` = 28683;