From 83dee88285f6bbdbf09174c660bd57902a0abcd9 Mon Sep 17 00:00:00 2001 From: mekolat Date: Tue, 4 Nov 2014 16:29:20 -0500 Subject: fix krukan boss points --- world/map/npc/027-6/general_krukan.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/map/npc/027-6/general_krukan.txt b/world/map/npc/027-6/general_krukan.txt index ea37051c..6b75bf8f 100644 --- a/world/map/npc/027-6/general_krukan.txt +++ b/world/map/npc/027-6/general_krukan.txt @@ -201,7 +201,7 @@ OnReward: set DailyQuestBonus, DailyQuestBonus + @bonus; message strcharinfo(0), "You feel a temporary rush of power and zest for action. " + @bonus + " daily bonus gained." ; set BOSS_POINTS, BOSS_POINTS + 25; - message strcharinfo(0), "You gain 20 Boss Points giving you a total of " + BOSS_POINTS + "."; + message strcharinfo(0), "You gain 25 Boss Points giving you a total of " + BOSS_POINTS + "."; goto L_End; L_End: -- cgit v1.2.3-60-g2f50