diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-08 20:37:38 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-08 20:37:38 +0000 |
commit | a0046ed8734160aaaf8ce8afbebee81eb537cbbf (patch) | |
tree | 4273638a52128fd837c4ee96dcb48567e43e09dc /npc/other | |
parent | 0305ca17d7fb652bf34a26b92df3e37ba3381c2e (diff) | |
download | hercules-a0046ed8734160aaaf8ce8afbebee81eb537cbbf.tar.gz hercules-a0046ed8734160aaaf8ce8afbebee81eb537cbbf.tar.bz2 hercules-a0046ed8734160aaaf8ce8afbebee81eb537cbbf.tar.xz hercules-a0046ed8734160aaaf8ce8afbebee81eb537cbbf.zip |
- Added battle/misc.conf auction settings.
- Fixed a typo in auction script.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12327 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/auction.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/auction.txt b/npc/other/auction.txt index 75079d005..186839b2c 100644 --- a/npc/other/auction.txt +++ b/npc/other/auction.txt @@ -93,11 +93,11 @@ auction_01,182,68,6 script Auction Broker#moc1::AuctionBroker 98,{ mes "Please take"; mes "a look, and see"; mes "What's being offered~"; - //OpenAuction + OpenAuction; close; } mes "[Auction Broker]"; - mes "Very wellm then."; + mes "Very well then."; mes "If you change your"; mes "mind, then please"; mes "come and check"; |