summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-10-31 08:55:39 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-10-31 08:55:39 +0000
commit4bc118ef7f3f30ec318b3e8f76513f819e0dfedb (patch)
tree38b3e52f668728bc668e68e49f0b0d7542a60137 /npc
parent2068f1ca8903f2adcc3964d1cc851b32fddfb21b (diff)
downloadserverdata-4bc118ef7f3f30ec318b3e8f76513f819e0dfedb.tar.gz
serverdata-4bc118ef7f3f30ec318b3e8f76513f819e0dfedb.tar.bz2
serverdata-4bc118ef7f3f30ec318b3e8f76513f819e0dfedb.tar.xz
serverdata-4bc118ef7f3f30ec318b3e8f76513f819e0dfedb.zip
Fixed prices of standard and silk headband and small language fixes in forest
bow quest.
Diffstat (limited to 'npc')
-rw-r--r--npc/woodland-village/forestbowquest.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/woodland-village/forestbowquest.txt b/npc/woodland-village/forestbowquest.txt
index 679084df..ba426f8c 100644
--- a/npc/woodland-village/forestbowquest.txt
+++ b/npc/woodland-village/forestbowquest.txt
@@ -51,7 +51,7 @@ new_20-1.gat,99,23,0 script Master 125, {
mes "[Bowyer Master]";
mes "Did you already ask Jack why he won't deliver me any more living wood?";
next;
- menu "No, I didn't found the time yet",-,"No, I didn't found him yet.",L_State_1_1;
+ menu "No, I haven't had the time yet",-,"No, I didn't find him yet.",L_State_1_1;
close;
L_State_1_1:
mes "[Bowyer Master]";
@@ -60,7 +60,7 @@ new_20-1.gat,99,23,0 script Master 125, {
L_State_2:
mes "[Bowyer Master]";
- mes "Did you already ask Jack why he won't deliver me any more wood?";
+ mes "Did you already ask Jack why he won't deliver me any more living wood?";
next;
menu "Yes, I did. He said that the trees turned into dangerous monsters.",-;
mes "[Bowyer Master]";
@@ -188,4 +188,4 @@ new_19-1.gat,40,45,0 script Jack 141, {
L_State_2:
mes "Good luck hunting those tree monsters - you will need it.";
close;
-} \ No newline at end of file
+}