summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}},