diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-14 08:29:20 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-14 08:29:20 +0000 |
commit | 52cb78c659059ef7796332963c1acf10d4546f17 (patch) | |
tree | 88d79cca6ff500f7c67b11fe1e76971638e1c6cc /npc/custom/Auctioneer.txt | |
parent | 31341e9ec8e19f8af428a552015e28bf273b9f14 (diff) | |
download | hercules-52cb78c659059ef7796332963c1acf10d4546f17.tar.gz hercules-52cb78c659059ef7796332963c1acf10d4546f17.tar.bz2 hercules-52cb78c659059ef7796332963c1acf10d4546f17.tar.xz hercules-52cb78c659059ef7796332963c1acf10d4546f17.zip |
npc header consistency update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10759 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/Auctioneer.txt')
-rw-r--r-- | npc/custom/Auctioneer.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/custom/Auctioneer.txt b/npc/custom/Auctioneer.txt index efdbd204e..433fc8170 100644 --- a/npc/custom/Auctioneer.txt +++ b/npc/custom/Auctioneer.txt @@ -47,7 +47,7 @@ L_RNameLoop: mes "I am very sorry if you have lost items"; close; -// If the Auction has started, it will run this, during this time items can be registerd and registerd items retrieved +// If the Auction has started, it will run this, during this time items can be registered and registered items retrieved L_Register: mes "Welcome to the auction, you may register you items at this time"; @@ -166,7 +166,7 @@ L_Sorry: close; L_Already: mes "[Auctioneer]"; - mes "It seems you already have have an item registerd here, would you like to retrieve your item?"; + mes "It seems you already have have an item registered here, would you like to retrieve your item?"; next; menu "Yes",-,"No",L_End; getitem $AItems[@num],$AAmount[@num]; @@ -185,7 +185,7 @@ L_NotEnough: mes "[Auctioneer]"; mes "Seems you don't have that much "+getitemname(@setitem)+"'s"; close; -// If the Auction has enterd phase 2, it will run this, during this time items you can bid on registerd +// If the Auction has enterd phase 2, it will run this, during this time items you can bid on registered // No items can be retrieved during this time, they are now stuck L_Bid: |