diff options
Diffstat (limited to 'npc/merchants/renters.txt')
-rw-r--r-- | npc/merchants/renters.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/merchants/renters.txt b/npc/merchants/renters.txt index 922aa088d..bcaded6f6 100644 --- a/npc/merchants/renters.txt +++ b/npc/merchants/renters.txt @@ -162,7 +162,7 @@ hu_in01,381,304,5 script Falcon Breeder#hnt 105,{ if (checkoption(Option_Wug) || checkoption(Option_Wugrider)) { mes "Um..."; mes "You can't rent a Falcon"; - mes "untill you dismiss your warg first!"; + mes "until you dismiss your warg first!"; close; } mes "Do you need a Falcon?"; @@ -176,7 +176,7 @@ hu_in01,381,304,5 script Falcon Breeder#hnt 105,{ mes "[Falcon Breeder]"; mes "Um..."; mes "You can't rent a Falcon"; - mes "untill you dismiss your warg first!"; + mes "until you dismiss your warg first!"; close; } if (zeny < .@price) { |