summaryrefslogtreecommitdiff
path: root/world/map/npc/commands/debug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/commands/debug.txt')
-rw-r--r--world/map/npc/commands/debug.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/commands/debug.txt b/world/map/npc/commands/debug.txt
index 19ac4114..c966c051 100644
--- a/world/map/npc/commands/debug.txt
+++ b/world/map/npc/commands/debug.txt
@@ -25,11 +25,11 @@ L_Begin:
"Close.", L_Close;
L_Level:
- mes "What level do you want to be (min: 1 - max: 99)?";
+ mes "What level do you want to be (min: 1 - max: 140)?";
input @lvl;
if (@lvl < 1)
goto L_LevelTooLow;
- if (@lvl > 99)
+ if (@lvl > 140)
goto L_LevelTooHigh;
if (BaseLevel == @lvl)
goto L_SameLevel;