summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2014-11-14 00:26:12 -0600
committerWushin <pasekei@gmail.com>2014-11-14 00:26:12 -0600
commit10846f235e6c3a531f1b4691785556b5d5ac68cd (patch)
tree82f290041592570b604036f6cdee792582d34bac
parent31d8a90ac839a35455b15a5f8aabb7a90ca9e87b (diff)
parentfbc5557c6584b808e9c1823418a4a30cda22b453 (diff)
downloadserverdata-10846f235e6c3a531f1b4691785556b5d5ac68cd.tar.gz
serverdata-10846f235e6c3a531f1b4691785556b5d5ac68cd.tar.bz2
serverdata-10846f235e6c3a531f1b4691785556b5d5ac68cd.tar.xz
serverdata-10846f235e6c3a531f1b4691785556b5d5ac68cd.zip
Merge pull request #208 from 0x0Eddine/edits
Update hetchel.txt typo
-rw-r--r--world/map/npc/068-2/hetchel.txt2
-rw-r--r--world/map/npc/functions/ferry.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/068-2/hetchel.txt b/world/map/npc/068-2/hetchel.txt
index 7c20231f..c81d0cf1 100644
--- a/world/map/npc/068-2/hetchel.txt
+++ b/world/map/npc/068-2/hetchel.txt
@@ -169,7 +169,7 @@ L_Spants_Cry_Cont_2:
mes "";
mes "\"Oh my friend, I have been dreaming of making a garment of my own.";
mes "It always bothered me to see all those wizards and witches here being naked under their cloaks\"";
- mes "\"They must be so embarrassed - they are true heros to give up their dignity to be able to fight the perils of this world\"";
+ mes "\"They must be so embarrassed - they are true heroes to give up their dignity to be able to fight the perils of this world\"";
mes "Hetchel sobs";
menu
"\"So you want to make pants for mages?\"", L_Spants_Cry_Cont_3,
diff --git a/world/map/npc/functions/ferry.txt b/world/map/npc/functions/ferry.txt
index 8cc6de47..829b5f2f 100644
--- a/world/map/npc/functions/ferry.txt
+++ b/world/map/npc/functions/ferry.txt
@@ -139,8 +139,8 @@ function|script|BoardCandorFerry
{
mes "Board the ferry?";
menu
- "yes.", L_Board,
- "no.", L_Return;
+ "Yes.", L_Board,
+ "No.", L_Return;
L_Board:
if (BaseLevel < 40) goto L_TooYoung;