From 206c3720a29b0db6c73ea534bd3f34bacaef17de Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Tue, 15 Nov 2011 21:06:07 +0100 Subject: Made Constants case-sensitive --- world/map/npc/009-2/kfahr.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world/map/npc/009-2/kfahr.txt') 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; -- cgit v1.2.3-60-g2f50