diff options
author | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-01 10:59:14 +0000 |
---|---|---|
committer | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-01 10:59:14 +0000 |
commit | e5c848926d7edf3453e792a319ed61ac151474c9 (patch) | |
tree | 88d56b210ad27a59e010d7857aae578fd540d355 /npc/scripts_athena.conf | |
parent | c4d9efd6f8bfab76639e7613175c7af201646f6a (diff) | |
download | hercules-e5c848926d7edf3453e792a319ed61ac151474c9.tar.gz hercules-e5c848926d7edf3453e792a319ed61ac151474c9.tar.bz2 hercules-e5c848926d7edf3453e792a319ed61ac151474c9.tar.xz hercules-e5c848926d7edf3453e792a319ed61ac151474c9.zip |
Various NPC fixes
* LUPUS, REMEMBER TO ACTUALLY ADD THE DIVORCE NPC, THANKS :P *
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8571 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_athena.conf')
-rw-r--r-- | npc/scripts_athena.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index 60401005e..102151e14 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -55,9 +55,6 @@ npc: npc/merchants/kunai_maker.txt npc: npc/merchants/socket_enchant.txt
npc: npc/merchants/ammo_boxes.txt
npc: npc/merchants/ammo_dealer.txt
-// Temp Shops
-// Removed in kRO (because Scrolls have been added into mobs drops)
-//npc: npc/merchants/scrolls_arrows.txt
// --------------------------------------------------------------
// -------------------------- Airport ---------------------------
npc: npc/airports/airships.txt
@@ -177,7 +174,7 @@ npc: npc/other/msg_boards.txt npc: npc/other/bulletin_boards.txt
npc: npc/other/monster_museum.txt
npc: npc/other/marriage.txt
-npc: npc/other/divorce.txt
+//npc: npc/other/divorce.txt
npc: npc/other/dts_warper.txt
npc: npc/other/comodo_gambling.txt
// --------------------------------------------------------------
|