diff options
Diffstat (limited to 'world/map/npc/008-1/andra.txt')
-rw-r--r-- | world/map/npc/008-1/andra.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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!\""; |