summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/kfahr.txt
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2011-11-15 21:06:07 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2011-11-16 19:44:03 +0100
commit206c3720a29b0db6c73ea534bd3f34bacaef17de (patch)
tree2d0e6a65117ad6ea1185dda7112a6f8679c781a1 /world/map/npc/009-2/kfahr.txt
parent0f44cd07642a74953e5b03a10a1593c5d839c7a2 (diff)
downloadserverdata-206c3720a29b0db6c73ea534bd3f34bacaef17de.tar.gz
serverdata-206c3720a29b0db6c73ea534bd3f34bacaef17de.tar.bz2
serverdata-206c3720a29b0db6c73ea534bd3f34bacaef17de.tar.xz
serverdata-206c3720a29b0db6c73ea534bd3f34bacaef17de.zip
Made Constants case-sensitive
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;