diff options
-rw-r--r-- | world/map/npc/027-6/general_krukan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/027-6/general_krukan.txt b/world/map/npc/027-6/general_krukan.txt index b42345d0..2ac4a018 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: |