summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/debug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/functions/debug.txt')
-rw-r--r--world/map/npc/functions/debug.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/functions/debug.txt b/world/map/npc/functions/debug.txt
index 2a5aadd4..0f1eb727 100644
--- a/world/map/npc/functions/debug.txt
+++ b/world/map/npc/functions/debug.txt
@@ -23,11 +23,11 @@ L_Level:
goto L_Leveltoohigh;
if (@lvl < 1)
goto L_Leveltoolow;
- if (Baselevel == @lvl)
+ if (BaseLevel == @lvl)
goto L_Samelvl;
set BaseLevel, @lvl;
resetstatus;
- message strcharinfo(0), "New level: " + Baselevel;
+ message strcharinfo(0), "New level: " + BaseLevel;
goto L_Begin;
L_Samelvl: