summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-17 00:33:13 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-17 00:33:13 -0300
commit3dbc8be26bd06a6eb35ecf7e32026a3a1a5bc296 (patch)
tree982463474f5e255f26c7da5786efd1852164eee5
parentb5e2edfac17d3f97267035a50119351adad7ffe6 (diff)
downloadserverdata-3dbc8be26bd06a6eb35ecf7e32026a3a1a5bc296.tar.gz
serverdata-3dbc8be26bd06a6eb35ecf7e32026a3a1a5bc296.tar.bz2
serverdata-3dbc8be26bd06a6eb35ecf7e32026a3a1a5bc296.tar.xz
serverdata-3dbc8be26bd06a6eb35ecf7e32026a3a1a5bc296.zip
Fix bad sign
-rw-r--r--npc/004-2/bug.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/004-2/bug.txt b/npc/004-2/bug.txt
index 9cf3e38a9..a7d0a16e9 100644
--- a/npc/004-2/bug.txt
+++ b/npc/004-2/bug.txt
@@ -21,7 +21,7 @@ OnInit:
mesc l("You may be trapped forever inside the desert maze beyond help"), 1;
mesc l("shall you decide to disregard this warning."), 1;
mes "";
- mesc l("Do not attempt to use the normal route with a @@ with you.", getitemlink(TimeFlask)), 1;
+ mesc l("Do not attempt to use the normal route without a %s with you.", getitemlink(TimeFlask)), 1;
next;
mesc l("Use the normal route?");
if (askyesno() == ASK_YES)