summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index 90a7b82a0..51142cf97 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -6586,7 +6586,7 @@ int atcommand_adjcmdlvl(const int fd, struct map_session_data* sd, const char* c
nullpo_retr(-1, sd);
- if (!message || !*message || sscanf(message, "%d %d %99s", &newlev, &newremotelev, name) != 2)
+ if (!message || !*message || sscanf(message, "%d %d %99s", &newlev, &newremotelev, name) != 3)
{
clif_displaymessage(fd, "Usage: @adjcmdlvl <lvl> <remote lvl> <command>.");
return -1;