From e5dbc39cc5eacbdd0db3b2a2a5858046721b3989 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 15 Feb 2025 12:27:57 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 8f0036959906f250434d64296b04bb19df29729b --- .../fix-AttackToValgard-rev1.sql => db_world/2025_02_15_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/fix-AttackToValgard-rev1.sql => db_world/2025_02_15_00.sql} (99%) diff --git a/data/sql/updates/pending_db_world/fix-AttackToValgard-rev1.sql b/data/sql/updates/db_world/2025_02_15_00.sql similarity index 99% rename from data/sql/updates/pending_db_world/fix-AttackToValgard-rev1.sql rename to data/sql/updates/db_world/2025_02_15_00.sql index 2f07103c8..5196f5299 100644 --- a/data/sql/updates/pending_db_world/fix-AttackToValgard-rev1.sql +++ b/data/sql/updates/db_world/2025_02_15_00.sql @@ -1,3 +1,4 @@ +-- DB update 2025_02_14_00 -> 2025_02_15_00 -- Dragonflayer Invader - Set detection_range UPDATE `creature_template` SET `detection_range` = 25 WHERE (`entry` = 24051);