mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[9768] Fixed my last sec. fix problem :/
Also make $/# in consistence in new command help texts.
This commit is contained in:
parent
492ce567d2
commit
9a30dbac89
7 changed files with 17 additions and 8 deletions
7
sql/updates/9768_01_mangos_command.sql
Normal file
7
sql/updates/9768_01_mangos_command.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_9767_02_mangos_command required_9768_01_mangos_command bit;
|
||||
|
||||
DELETE FROM command WHERE name IN('character deleted list', 'character deleted delete', 'character deleted old');
|
||||
INSERT INTO command (name, security, help) VALUES
|
||||
('character deleted delete', 4, 'Syntax: .character deleted delete #guid|$name\r\n\r\nCompletely deletes the selected characters.\r\nIf $name is supplied, only characters with that string in their name will be deleted, if #guid is supplied, only the character with that GUID will be deleted.'),
|
||||
('character deleted list', 3, 'Syntax: .character deleted list [#guid|$name]\r\n\r\nShows a list with all deleted characters.\r\nIf $name is supplied, only characters with that string in their name will be selected, if #guid is supplied, only the character with that GUID will be selected.'),
|
||||
('character deleted old', 4, 'Syntax: .character deleted old [#keepDays]\r\n\r\nCompletely deletes all characters with deleted time longer #keepDays. If #keepDays not provided the used value from mangosd.conf option \'CharDelete.KeepDays\'. If referenced config option disabled (use 0 value) then command can\'t be used without #keepDays.');
|
||||
Loading…
Add table
Add a link
Reference in a new issue