From 282e1f152d91ecab544a7732db0caeb6ce40f1cb Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 23 May 2017 23:29:18 +0200 Subject: DB/Commands: Typo in account set gmlevel help field Closes #19448 by Heaven31415 (cherry picked from commit 3b8f85fd8176a0f229011a1a1845c55a7615ff97) --- sql/updates/world/master/2020_06_14_13_world_2017_05_23_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2020_06_14_13_world_2017_05_23_00_world.sql (limited to 'sql') 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'; -- cgit v1.2.3