DB/Commands: Typo in account set gmlevel help field

Closes #19448 by Heaven31415

(cherry picked from commit 3b8f85fd81)
This commit is contained in:
Aokromes
2017-05-23 23:29:18 +02:00
committed by funjoker
parent c34b83a467
commit 282e1f152d

View File

@@ -0,0 +1,2 @@
-- correct typo in account set gmlevel command help
UPDATE `command` SET `help`="Syntax: .account set gmlevel [$account] #level [#realmID]\r\n\r\nSet the security level for targeted player (can't be used at self) or for account $name to a level of #level on the realm #realmID.\r\n\r\n#level may range from 0 to 3.\r\n\r\n#realmID may be -1 for all realms." WHERE `name`='account set gmlevel';