diff options
author | mekolat <mekolat@gmail.com> | 2014-11-04 16:29:20 -0500 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2014-11-04 16:29:20 -0500 |
commit | 83dee88285f6bbdbf09174c660bd57902a0abcd9 (patch) | |
tree | c2cd2bde1350c6981a2e242cbaaeae5ca8c2d0ee /world/map/npc/027-6 | |
parent | faa2151d3e775bfa02b7ebac5c946140ceb30c52 (diff) | |
download | serverdata-83dee88285f6bbdbf09174c660bd57902a0abcd9.tar.gz serverdata-83dee88285f6bbdbf09174c660bd57902a0abcd9.tar.bz2 serverdata-83dee88285f6bbdbf09174c660bd57902a0abcd9.tar.xz serverdata-83dee88285f6bbdbf09174c660bd57902a0abcd9.zip |
fix krukan boss points
Diffstat (limited to 'world/map/npc/027-6')
-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 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: |