mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
3 lines
412 B
SQL
3 lines
412 B
SQL
DELETE FROM command WHERE name = 'reload config';
|
|
INSERT INTO `command` VALUES
|
|
('reload config',3,'Syntax: .reload config\r\n\r\nReload config settings (by default stored in mangosd.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.');
|