From bd3f4d022858a5d9248b375bc4ea354962559afd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 10 May 2025 18:11:04 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): f721682d7e0766c2df6cc443559e2a18357434a5 --- .../rev_1746892458024076300.sql => db_world/2025_05_10_04.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1746892458024076300.sql => db_world/2025_05_10_04.sql} (92%) diff --git a/data/sql/updates/pending_db_world/rev_1746892458024076300.sql b/data/sql/updates/db_world/2025_05_10_04.sql similarity index 92% rename from data/sql/updates/pending_db_world/rev_1746892458024076300.sql rename to data/sql/updates/db_world/2025_05_10_04.sql index cad05c1eb..15f3a7afc 100644 --- a/data/sql/updates/pending_db_world/rev_1746892458024076300.sql +++ b/data/sql/updates/db_world/2025_05_10_04.sql @@ -1,2 +1,3 @@ +-- DB update 2025_05_10_03 -> 2025_05_10_04 UPDATE `command` SET `help` = 'Syntax: .reload config\r\n\r\nReload config settings (by default stored in worldserver.conf). Not all settings can be change at reload: some new setting values will be ignored until restart, some values will applied with delay or only to new objects/maps, some values will explicitly rejected to change at reload.' WHERE `name` = 'reload config'; UPDATE `command` SET `help` = 'Syntax: .server exit\r\n\r\nTerminate AzerothCore NOW. Exit code 0.' WHERE `name` = 'server exit';