aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-05-23 23:29:18 +0200
committerGitHub <noreply@github.com>2017-05-23 23:29:18 +0200
commit3b8f85fd8176a0f229011a1a1845c55a7615ff97 (patch)
treea6ebb7cf2c22b8e7c67697e5cfec25fd59dacb09
parent9ec2a82cac993648ed603711f84b6b743ca1e106 (diff)
DB/Commands: Typo in account set gmlevel help field
Closes #19448 by Heaven31415
-rw-r--r--sql/updates/world/3.3.5/2017_05_23_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_05_23_00_world.sql b/sql/updates/world/3.3.5/2017_05_23_00_world.sql
new file mode 100644
index 00000000000..635d13558d6
--- /dev/null
+++ b/sql/updates/world/3.3.5/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';