feat(Script/Commands): allow to pass email in account create (#22310)
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
parent
5311717a89
commit
989b64cb3d
5 changed files with 16 additions and 4 deletions
1
data/sql/updates/pending_db_world/command.sql
Normal file
1
data/sql/updates/pending_db_world/command.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
UPDATE `command` SET `help`='Syntax: .account create $account $password $email\r\n\r\nCreate account and set password to it.\r\n$email is optional, can be left blank.' WHERE `name`='account create';
|
||||
Loading…
Add table
Add a link
Reference in a new issue