diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-08-13 17:18:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-08-13 17:18:58 -0300 |
commit | 9e8f26db93528aa74dfbafdf4a642ff5c3d5b623 (patch) | |
tree | 32c000e8ea85ee6aeb629fa4d79f6caed274cd33 /npc/005-1 | |
parent | 819b4a32f49eae1d34a880fc14711135a2c355a5 (diff) | |
download | serverdata-9e8f26db93528aa74dfbafdf4a642ff5c3d5b623.tar.gz serverdata-9e8f26db93528aa74dfbafdf4a642ff5c3d5b623.tar.bz2 serverdata-9e8f26db93528aa74dfbafdf4a642ff5c3d5b623.tar.xz serverdata-9e8f26db93528aa74dfbafdf4a642ff5c3d5b623.zip |
Fix typo reported by Niceride
Diffstat (limited to 'npc/005-1')
-rw-r--r-- | npc/005-1/zegas.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-1/zegas.txt b/npc/005-1/zegas.txt index a7cbdb3bd..8eaf9701d 100644 --- a/npc/005-1/zegas.txt +++ b/npc/005-1/zegas.txt @@ -80,7 +80,7 @@ L_Thanks: if (!getq(CandorQuest_Chest)) { next; mesn; - mesq l("Do you see that fancy house over there? My husband, %%s, used to live there.", b(l("Saxso"))); + mesq l("Do you see that fancy house over there? My husband, %s, used to live there.", b(l("Saxso"))); next; mesn; mesq l("Strangely enough, when he died, he became a ghost. This shouldn't happen, but yet..."); |