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:
parent
ed69f9b2ea
commit
f721682d7e
1 changed files with 2 additions and 0 deletions
|
|
@ -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';
|
||||
Loading…
Add table
Add a link
Reference in a new issue