diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-05-21 15:03:53 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-05-21 15:05:34 +0200 |
commit | e335a530a12c0a24df7f27f87ef9c270b8e6239d (patch) | |
tree | 18c5b1d3b151bbcc603cd3208142221b952d454a | |
parent | b0d1f2b26b9461ab04a43ba9509d71ec1e19278f (diff) | |
download | classic-serverdata-crastur_bosspoint_space.tar.gz classic-serverdata-crastur_bosspoint_space.tar.bz2 classic-serverdata-crastur_bosspoint_space.tar.xz classic-serverdata-crastur_bosspoint_space.zip |
Fix missing space in Crastur's dialogcrastur_bosspoint_space
-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; |