From a50e5f32f2fbef61eb99624bf839cbcf23ae3fbf Mon Sep 17 00:00:00 2001 From: gumi Date: Sat, 17 Feb 2018 00:18:49 -0500 Subject: fix wrong description for @adjgmlvl --- src/map/atcommand.cpp | 8 ++++---- 1 file 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 atcommand_info = {"summon"_s, {""_s, 50, atcommand_summon, "Summon a slave monster temporarily"_s}}, - {"adjgmlvl"_s, {" "_s, + {"adjgmlvl"_s, {" "_s, 99, atcommand_adjgmlvl, - "Temporarily adjust the GM level of a command"_s}}, - {"adjcmdlvl"_s, {" "_s, - 99, atcommand_adjcmdlvl, "Temporarily adjust the GM level of a player"_s}}, + {"adjcmdlvl"_s, {" "_s, + 99, atcommand_adjcmdlvl, + "Temporarily adjust the GM level of a command"_s}}, {"trade"_s, {""_s, 60, atcommand_trade, "Initiate trade with a player anywhere"_s}}, -- cgit v1.2.3-60-g2f50