fix(Scripts/Command): prevent crash on set motd (#18203)
* prevent crash on set motd * updated version * another version * Update cs_server.cpp --------- Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
parent
7f7f18e489
commit
a89fa73b72
2 changed files with 7 additions and 13 deletions
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `command` SET `help`='Syntax: .server set motd Optional($realmId) $MOTD\r\n\r\nSet server Message of the day for the specified $realmId.\r\nIf $realmId is not provided it will update for the current realm.' WHERE `name`='server set motd';
|
||||
Loading…
Add table
Add a link
Reference in a new issue