From 206c3720a29b0db6c73ea534bd3f34bacaef17de Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Tue, 15 Nov 2011 21:06:07 +0100 Subject: Made Constants case-sensitive --- world/map/npc/functions/debug.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/functions/debug.txt') 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: -- cgit v1.2.3-60-g2f50