diff options
author | mekolat <mekolat@gmail.com> | 2014-10-28 18:29:51 -0400 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2014-10-28 18:29:51 -0400 |
commit | 903a645bb61bc3544c509c915cc7d8ac92e392e5 (patch) | |
tree | 95604f3426b653c5ce288c726ae0f2d105752036 /world/map | |
parent | 4a62741609e27db9ceda5b9302edafc2293fe7eb (diff) | |
download | serverdata-903a645bb61bc3544c509c915cc7d8ac92e392e5.tar.gz serverdata-903a645bb61bc3544c509c915cc7d8ac92e392e5.tar.bz2 serverdata-903a645bb61bc3544c509c915cc7d8ac92e392e5.tar.xz serverdata-903a645bb61bc3544c509c915cc7d8ac92e392e5.zip |
add missing spaces
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/068-2/hetchel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/068-2/hetchel.txt b/world/map/npc/068-2/hetchel.txt index f76f8d83..f814616e 100644 --- a/world/map/npc/068-2/hetchel.txt +++ b/world/map/npc/068-2/hetchel.txt @@ -250,7 +250,7 @@ L_Spants_Make_Cont_2: goto L_Spants_Error; mes "[Hetchel the weaver]"; mes ""; - mes "\"I need you to bring me " + @spants_req_amt[0] + @spants_req_hmn$[0] + ", " + @spants_req_amt[1] + @spants_req_hmn$[1] + "and " + @spants_req_amt[2] + @spants_req_hmn$[2]; + mes "\"I need you to bring me " + @spants_req_amt[0] +" "+ @spants_req_hmn$[0] + ", " + @spants_req_amt[1] +" "+ @spants_req_hmn$[1] + " and " + @spants_req_amt[2] +" "+ @spants_req_hmn$[2]; next; mes "You will not have to pay for my time, I am so proud to have accomplished this on my own!\""; menu |