diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-26 15:01:39 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-26 15:01:39 +0000 |
commit | f8940c74683681af37179e1fe6c471c0f290528b (patch) | |
tree | 89b14a4611944ab3f95e560a84832adc9388cc6f /npc/custom/Auctioneer.txt | |
parent | 000e370318c50a8f0dd224d92e450f1613ba6e18 (diff) | |
download | hercules-f8940c74683681af37179e1fe6c471c0f290528b.tar.gz hercules-f8940c74683681af37179e1fe6c471c0f290528b.tar.bz2 hercules-f8940c74683681af37179e1fe6c471c0f290528b.tar.xz hercules-f8940c74683681af37179e1fe6c471c0f290528b.zip |
More typo fixes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9714 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/Auctioneer.txt')
-rw-r--r-- | npc/custom/Auctioneer.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/custom/Auctioneer.txt b/npc/custom/Auctioneer.txt index 644899198..df9d92fcc 100644 --- a/npc/custom/Auctioneer.txt +++ b/npc/custom/Auctioneer.txt @@ -269,7 +269,7 @@ L_SoldLoop: if(@num<10) goto L_SoldLoop; mes "[Auctioneer]"; mes "Sorry it seems you have either picked up all you items, money"; - mes "or you didnt register any items in this auction"; + mes "or you didn't register any items in this auction"; close; L_Sold: mes "[Auctioneer]"; @@ -303,9 +303,9 @@ L_GiveBack: set $paid[@num],3; close; L_NoMoney: - mes "Sorry to say this but they havent paid this yet"; + mes "Sorry to say this but they haven't paid this yet"; mes "You can go and talk to them now, or you can wait"; - mes "If they havent paid by the time the next Auction starts come back to me to retrieve your item(s)"; + mes "If they haven't paid by the time the next Auction starts come back to me to retrieve your item(s)"; close; // Check starts here for if you won any items during this auction, futher options follow @@ -318,7 +318,7 @@ L_WonLoop: L_CarryOn: set @num,@num+1; if(@num<10) goto L_WonLoop; - mes "Sorry you didnt win any of the lots, please try again next time"; + mes "Sorry you didn't win any of the lots, please try again next time"; close; L_Winner: if($paid[@num]>0) goto L_CarryOn; |