diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-20 19:22:31 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-20 19:22:31 +0000 |
commit | 1ef1cd767405039ed1e7d140c2cc3de28860a69f (patch) | |
tree | 0c65b1b09439ce4965cea53e9e6a4c4215efeb08 /npc/scripts_athena.conf | |
parent | 58ea237c4b337d212ef4412b7ad480996df945ec (diff) | |
download | hercules-1ef1cd767405039ed1e7d140c2cc3de28860a69f.tar.gz hercules-1ef1cd767405039ed1e7d140c2cc3de28860a69f.tar.bz2 hercules-1ef1cd767405039ed1e7d140c2cc3de28860a69f.tar.xz hercules-1ef1cd767405039ed1e7d140c2cc3de28860a69f.zip |
* Added Gym Pass NPC (disabled by default.)
- Enabled Auction NPCs now that the auction system is implemented.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12404 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_athena.conf')
-rw-r--r-- | npc/scripts_athena.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index 934484591..d9b1d684e 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -201,12 +201,13 @@ npc: npc/kafras/dts_warper.txt //npc: npc/events/nguild/nguild_kafras.txt // -------------------------------------------------------------- // --------------------------- Others --------------------------- -//npc: npc/other/auction.txt +npc: npc/other/auction.txt npc: npc/other/books.txt npc: npc/other/bulletin_boards.txt npc: npc/other/comodo_gambling.txt npc: npc/other/divorce.txt npc: npc/other/fortune.txt +//npc: npc/other/gympass.txt npc: npc/other/hugel_bingo.txt npc: npc/other/mail.txt npc: npc/other/marriage.txt |