summaryrefslogtreecommitdiff
path: root/npc/merchants
diff options
context:
space:
mode:
authoreuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-24 15:24:23 +0000
committereuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-24 15:24:23 +0000
commita719ab47c9bd89869dc2840d83216edbe4d66f5c (patch)
treedd51b5ee7696a478b854eb4deb72597549fc3b1d /npc/merchants
parenta531c64908deb1fe407462e88fa7427230e6b254 (diff)
downloadhercules-a719ab47c9bd89869dc2840d83216edbe4d66f5c.tar.gz
hercules-a719ab47c9bd89869dc2840d83216edbe4d66f5c.tar.bz2
hercules-a719ab47c9bd89869dc2840d83216edbe4d66f5c.tar.xz
hercules-a719ab47c9bd89869dc2840d83216edbe4d66f5c.zip
* Added warg rider check to custom breeder (custom\breeder.txt)
* Follow-up r16656, documented the new commands git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16698 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants')
-rw-r--r--npc/merchants/renters.txt4
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) {