diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-25 11:00:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-25 11:00:23 -0300 |
commit | 7232c306bbc7d88d78d57eff66990f58fa294fbe (patch) | |
tree | 88375f1847149f42cc5dc5c8d82d5299f4ac43bd /npc/018-1 | |
parent | 39dfeac708a01f56e8055f39d69e048faf37e371 (diff) | |
download | serverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.tar.gz serverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.tar.bz2 serverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.tar.xz serverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.zip |
Change spaces job from lax to warn. It **will not** become strict.
Diffstat (limited to 'npc/018-1')
-rw-r--r-- | npc/018-1/george.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-1/george.txt b/npc/018-1/george.txt index c09a961de..588f0cee0 100644 --- a/npc/018-1/george.txt +++ b/npc/018-1/george.txt @@ -167,7 +167,7 @@ L_NotEnoughOne: goto L_Close; L_NotEnoughTwo: - mesq l("Remember, I need %d %s, %d %s, and something interesting to read.", + mesq l("Remember, I need %d %s, %d %s, and something interesting to read.", 50, getitemlink(Potatoz), 40, getitemlink(Dragonfruit)); goto L_Close; |