diff options
-rw-r--r-- | world/map/npc/011-6/crastur.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/011-6/crastur.txt b/world/map/npc/011-6/crastur.txt index 52298863..e513db91 100644 --- a/world/map/npc/011-6/crastur.txt +++ b/world/map/npc/011-6/crastur.txt @@ -193,7 +193,7 @@ L_Personal: mes ""; mes "\"Also you seem to be quite a hero, it appears you have a record in the Almanach\""; mes "Crastur turns a giant book upside down"; - mes "\"According to this you have gained " + BOSS_POINTS / 1000 + "thousand Points in the eternal charts already.\""; + mes "\"According to this you have gained " + BOSS_POINTS / 1000 + " thousand points in the eternal charts already.\""; mes "Crastur shudders"; goto L_Close; |