From fe8d009bbd05a8d856a33d149cf7647facf448a8 Mon Sep 17 00:00:00 2001 From: wushin Date: Sun, 25 Jan 2015 20:26:41 -0600 Subject: Fix Variable typos and a label typo --- world/map/npc/011-6/crastur.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/011-6/crastur.txt') 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; -- cgit v1.2.3-60-g2f50