feat(Core): add argument to .character rename to add name to reserved_name (#6163)
This commit is contained in:
parent
5a564ea498
commit
848bb0891b
6 changed files with 45 additions and 1 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1622479207694702700');
|
||||
|
||||
UPDATE `command` SET `help` = 'Syntax: .character rename [$name] [reserveName]\r\n\r\nMark the character (selected in-game or with the $name argument) for rename at next login.\r\n\r\nIf [reserveName] is 1 then the player''s current name is added to the list of reserved names.' WHERE `command`.`name` = 'character rename';
|
||||
Loading…
Add table
Add a link
Reference in a new issue