diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-05-23 23:29:18 +0200 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2020-06-14 23:49:03 +0200 |
commit | 282e1f152d91ecab544a7732db0caeb6ce40f1cb (patch) | |
tree | 17848878a6003de76285874177316616b3858f98 /sql/updates | |
parent | c34b83a467975f5d2ed6f8a98b8d6cb0c7710a34 (diff) |
DB/Commands: Typo in account set gmlevel help field
Closes #19448 by Heaven31415
(cherry picked from commit 3b8f85fd8176a0f229011a1a1845c55a7615ff97)
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/master/2020_06_14_13_world_2017_05_23_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_06_14_13_world_2017_05_23_00_world.sql b/sql/updates/world/master/2020_06_14_13_world_2017_05_23_00_world.sql new file mode 100644 index 00000000000..635d13558d6 --- /dev/null +++ b/sql/updates/world/master/2020_06_14_13_world_2017_05_23_00_world.sql @@ -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'; |