diff options
author | Wushin <pasekei@gmail.com> | 2014-11-07 08:43:26 -0600 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2014-11-07 08:43:26 -0600 |
commit | ee919642a19f04ce613ba08000a450850a9deb31 (patch) | |
tree | f1ee0a00c0510a3aec6857cca976870f5f5e7636 /world | |
parent | 63c2f12d64ab327d60fc41bfa37fd12b5f7e7649 (diff) | |
parent | 83dee88285f6bbdbf09174c660bd57902a0abcd9 (diff) | |
download | serverdata-ee919642a19f04ce613ba08000a450850a9deb31.tar.gz serverdata-ee919642a19f04ce613ba08000a450850a9deb31.tar.bz2 serverdata-ee919642a19f04ce613ba08000a450850a9deb31.tar.xz serverdata-ee919642a19f04ce613ba08000a450850a9deb31.zip |
Merge pull request #204 from mekolat/krukan-boss-points
fix krukan boss points
Diffstat (limited to 'world')
-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: |