diff options
Diffstat (limited to 'world/map/npc/029-3/parua.txt')
-rw-r--r-- | world/map/npc/029-3/parua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/029-3/parua.txt b/world/map/npc/029-3/parua.txt index 78014e98..c191aae2 100644 --- a/world/map/npc/029-3/parua.txt +++ b/world/map/npc/029-3/parua.txt @@ -301,7 +301,7 @@ L_CleanUp_Announcement: onReward: if (isdead()) end; set BOSS_POINTS, BOSS_POINTS + 100; - message strcharinfo(0), "You gain 100 Boss Points giving you a total of " + BOSS_POINTS; + message strcharinfo(0), "You gain 100 Boss Points giving you a total of " + BOSS_POINTS + "."; end; } |