fix(DB/Commands) Corrected syntax for "help server exit" and "help reload config". (#22100)

Trinitycore references changes to azerothcore for command "help reload config" and help server exit
This commit is contained in:
Brian
2025-05-10 20:10:04 +02:00
committed by GitHub
parent ed69f9b2ea
commit f721682d7e

View File

@@ -0,0 +1,2 @@
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';