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/008-1/andra.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/008-1/andra.txt') diff --git a/world/map/npc/008-1/andra.txt b/world/map/npc/008-1/andra.txt index 0ad3ab2a..a58e465a 100644 --- a/world/map/npc/008-1/andra.txt +++ b/world/map/npc/008-1/andra.txt @@ -5,7 +5,7 @@ set @water_amount, 1; set @seeds_amount, 4; if ($@andra_status == 1) goto L_Planting; - if (baselevel < 30) goto L_TooYoung; + if (BaseLevel < 30) goto L_TooYoung; if (FLAGS & FLAG_ANDRA_HELPED) goto L_Return; mes "[Andra]"; mes "\"Hello, my name is Andra. You see those nice trees? I planted every single one of them! I'm very proud of my work!\""; -- cgit v1.2.3-60-g2f50