chore(DB): import pending files

Referenced commit(s): f721682d7e
This commit is contained in:
github-actions[bot]
2025-05-10 18:11:04 +00:00
parent f721682d7e
commit bd3f4d0228

View File

@@ -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';