summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-02-17 00:18:49 -0500
committergumi <git@gumi.ca>2018-02-17 00:18:49 -0500
commita50e5f32f2fbef61eb99624bf839cbcf23ae3fbf (patch)
tree8057836e574c437c953481aed3c95a5fc9ebe6ea
parent32fc0ed260c247f35e1429148f578ce61b81f29e (diff)
downloadtmwa-a50e5f32f2fbef61eb99624bf839cbcf23ae3fbf.tar.gz
tmwa-a50e5f32f2fbef61eb99624bf839cbcf23ae3fbf.tar.bz2
tmwa-a50e5f32f2fbef61eb99624bf839cbcf23ae3fbf.tar.xz
tmwa-a50e5f32f2fbef61eb99624bf839cbcf23ae3fbf.zip
fix wrong description for @adjgmlvl
-rw-r--r--src/map/atcommand.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/map/atcommand.cpp b/src/map/atcommand.cpp
index cf872de..215ed8f 100644
--- a/src/map/atcommand.cpp
+++ b/src/map/atcommand.cpp
@@ -5530,12 +5530,12 @@ Map<XString, AtCommandInfo> atcommand_info =
{"summon"_s, {"<mob-id-or-name>"_s,
50, atcommand_summon,
"Summon a slave monster temporarily"_s}},
- {"adjgmlvl"_s, {"<level> <cmd>"_s,
+ {"adjgmlvl"_s, {"<level> <charname>"_s,
99, atcommand_adjgmlvl,
- "Temporarily adjust the GM level of a command"_s}},
- {"adjcmdlvl"_s, {"<level> <charname>"_s,
- 99, atcommand_adjcmdlvl,
"Temporarily adjust the GM level of a player"_s}},
+ {"adjcmdlvl"_s, {"<level> <command>"_s,
+ 99, atcommand_adjcmdlvl,
+ "Temporarily adjust the GM level of a command"_s}},
{"trade"_s, {"<charname>"_s,
60, atcommand_trade,
"Initiate trade with a player anywhere"_s}},