summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/kfahr.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/009-2/kfahr.txt')
-rw-r--r--world/map/npc/009-2/kfahr.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/009-2/kfahr.txt b/world/map/npc/009-2/kfahr.txt
index a8837865..5be800b8 100644
--- a/world/map/npc/009-2/kfahr.txt
+++ b/world/map/npc/009-2/kfahr.txt
@@ -283,7 +283,7 @@ L_worm_see_bones:
goto L_boneknife_quest_ip;
if (@Q_status > @QS_KNIFE_QUEST)
goto L_worm_continue2;
- if (baselevel >= 40)
+ if (BaseLevel >= 40)
goto L_boneknife_quest;
mes "[Kfahr the Warrior]";
@@ -602,7 +602,7 @@ L_boneknife_quest:
goto L_boneknife_quest_ip;
if (@Q_status > @QS_KNIFE_QUEST)
goto L_boneknife_quest_completed;
- if (baselevel < 40)
+ if (BaseLevel < 40)
goto L_boneknife_quest_tooweak;
mes "[Kfahr the Warrior]";
@@ -847,7 +847,7 @@ L_golden_scorpion:
"I need a golden scorpion stinger.", -;
mes "[Kfahr the Warrior]";
mes "\"A golden scorpion stinger? Those are rare and valuable, I hope that you know that!\"";
- if (baselevel < 60)
+ if (BaseLevel < 60)
goto L_too_lowlevel_for_stinger;
if (@Q_status < @QS_KNIFE_QUEST)
goto L_golden_requires_knife_quest;