diff options
Diffstat (limited to 'world/map/npc/001-1/elanore.txt')
-rw-r--r-- | world/map/npc/001-1/elanore.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/001-1/elanore.txt b/world/map/npc/001-1/elanore.txt index 0c35568f..ca9e0239 100644 --- a/world/map/npc/001-1/elanore.txt +++ b/world/map/npc/001-1/elanore.txt @@ -45,7 +45,7 @@ function|script|ElanoreFix|{ set @Q_status, @STATUS_INITIAL; callsub S_update_var; if (sc_check(sc_poison)) goto L_CurePoison; - if (baselevel > 10) goto L_NoHeal; + if (BaseLevel > 10) goto L_NoHeal; set @TEMP,rand(4); if(@TEMP == 0) goto Heal1; if(@TEMP == 1) goto Heal2; |