summaryrefslogtreecommitdiff
path: root/world/map/npc/011-6
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2015-01-25 20:26:41 -0600
committerwushin <pasekei@gmail.com>2015-01-25 20:26:41 -0600
commitfe8d009bbd05a8d856a33d149cf7647facf448a8 (patch)
tree4bdfa3bef318ac232fe0c27f6dd280b002dbddaa /world/map/npc/011-6
parente71966d1892ecff696a1569a65c82a63f6c1b5e9 (diff)
downloadserverdata-fe8d009bbd05a8d856a33d149cf7647facf448a8.tar.gz
serverdata-fe8d009bbd05a8d856a33d149cf7647facf448a8.tar.bz2
serverdata-fe8d009bbd05a8d856a33d149cf7647facf448a8.tar.xz
serverdata-fe8d009bbd05a8d856a33d149cf7647facf448a8.zip
Fix Variable typos and a label typo
Diffstat (limited to 'world/map/npc/011-6')
-rw-r--r--world/map/npc/011-6/crastur.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/011-6/crastur.txt b/world/map/npc/011-6/crastur.txt
index 2818998b..aae2ff38 100644
--- a/world/map/npc/011-6/crastur.txt
+++ b/world/map/npc/011-6/crastur.txt
@@ -187,13 +187,13 @@ L_Personal:
mes "\"Ah. Here it is:\"";
mes "\"Today you have accomplished tasks that are worth " + DailyQuestPoints + " Hours in the Northern Mines\"";
next;
- if BOSSPOINTS < 1000 goto L_Worm;
+ if BOSS_POINTS < 1000 goto L_Worm;
emotion EMOTE_DEAD;
mes "[Crastur]";
mes "";
mes "\"Also you seem to be quite a hero, it appears you have a record in the Almanach\"";
mes "Crastur turns a giant book upside down";
- mes "\"According to this you have gained " + BOSSPOINTS / 1000 + "thousand Points in the eternal charts already.\"";
+ mes "\"According to this you have gained " + BOSS_POINTS / 1000 + "thousand Points in the eternal charts already.\"";
mes "Crastur shudders";
goto L_Close;