diff options
-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..."); |