diff options
Diffstat (limited to 'world/map/npc/033-1/yerrnk.txt')
-rw-r--r-- | world/map/npc/033-1/yerrnk.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/033-1/yerrnk.txt b/world/map/npc/033-1/yerrnk.txt index dfdfb4da..f166d1f5 100644 --- a/world/map/npc/033-1/yerrnk.txt +++ b/world/map/npc/033-1/yerrnk.txt @@ -121,7 +121,7 @@ L_Skill: goto L_Close; L_Task: - if (baselevel >= @yeti_level) + if (BaseLevel >= @yeti_level) goto L_Yeti; mes "[Yerrnk]"; mes "\"Not at the moment."; |