diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-08 19:04:39 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-08 19:04:39 +0000 |
commit | 1f4883d1f4fb65260691692879a795992fdbcf88 (patch) | |
tree | 91ba0a3afdcf6c9a6ff653a2d1a7e5e2aadae968 /npc/other/auction.txt | |
parent | 4c8554d9bb073eccfde7525f2ad33d9de9f0b7f1 (diff) | |
download | hercules-1f4883d1f4fb65260691692879a795992fdbcf88.tar.gz hercules-1f4883d1f4fb65260691692879a795992fdbcf88.tar.bz2 hercules-1f4883d1f4fb65260691692879a795992fdbcf88.tar.xz hercules-1f4883d1f4fb65260691692879a795992fdbcf88.zip |
Fixed a typo in AuctionWarper function name.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12324 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/auction.txt')
-rw-r--r-- | npc/other/auction.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/auction.txt b/npc/other/auction.txt index 12f0be43f..75079d005 100644 --- a/npc/other/auction.txt +++ b/npc/other/auction.txt @@ -31,7 +31,7 @@ lighthalzen,205,169,6 script Auction Hall Guide#lhz 833,{ callfunc "F_AuctionWarper",4; } -function script F_AuctironWarper { +function script F_AuctionWarper { mes "[Auction Hall Guide]"; mes "Hello, would you"; mes "like to enter the"; |