diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-07-11 13:55:31 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-07-11 13:55:31 +0200 |
commit | 6ec1ae01f65cfb20d855ef60a35f96c8e4daec12 (patch) | |
tree | 1163b5daf43a366de5544d3fc22add004a01f450 /npc | |
parent | 6d9294a145b440dea57d81701ead818aea9b8727 (diff) | |
download | serverdata-6ec1ae01f65cfb20d855ef60a35f96c8e4daec12.tar.gz serverdata-6ec1ae01f65cfb20d855ef60a35f96c8e4daec12.tar.bz2 serverdata-6ec1ae01f65cfb20d855ef60a35f96c8e4daec12.tar.xz serverdata-6ec1ae01f65cfb20d855ef60a35f96c8e4daec12.zip |
Missing space between price and E in salem's script (all other scripts have that already).
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-1/salem.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/salem.txt b/npc/001-1/salem.txt index 74dc1f75..e3b8cd74 100644 --- a/npc/001-1/salem.txt +++ b/npc/001-1/salem.txt @@ -170,7 +170,7 @@ L_AboutPious: menuint rif (.@q == 0, l("Sounds like a good deal to me. I'll do it.")), 0, rif (.@q == 1, l("I'm on my way! I will bring it back to you.")), 1, - l("I don't really have time to go chasing pious, let me just buy one at the regular price (30000E)."), 2, + l("I don't really have time to go chasing pious, let me just buy one at the regular price (30000 E)."), 2, l("I don't want to buy a piou right now."), 3; mes ""; |