diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-15 19:41:18 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-15 19:41:18 +0000 |
commit | b45455dc15bc807d4d43deb074aa08ddecccface (patch) | |
tree | 14694603b8c09b9c92c86b8dad998ae27a67cd14 /npc/scripts_athena.conf | |
parent | d56af8d0fe7e9dbf92b2d41cfd8f1a4c0736ae44 (diff) | |
download | hercules-b45455dc15bc807d4d43deb074aa08ddecccface.tar.gz hercules-b45455dc15bc807d4d43deb074aa08ddecccface.tar.bz2 hercules-b45455dc15bc807d4d43deb074aa08ddecccface.tar.xz hercules-b45455dc15bc807d4d43deb074aa08ddecccface.zip |
* Added "Hunting Missions" custom script (npc\custom\quests\hunting_missions.txt)
* Small updates to "readme" files and atcommands documentation
* Deleted a misleading 'notice' file as we have no stable branch or official release (\notice.txt)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16779 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_athena.conf')
-rw-r--r-- | npc/scripts_athena.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index 8b8ce645b..8a925111c 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -154,9 +154,6 @@ npc: npc/merchants/wander_pet_food.txt npc: npc/merchants/cashheadgear_dye.txt // --------------------------- Others --------------------------- -// - Turbo Track Arena ------------------------------------------ -npc: npc/other/turbo_track.txt -// -------------------------------------------------------------- npc: npc/other/auction.txt npc: npc/other/books.txt npc: npc/other/bulletin_boards.txt @@ -179,6 +176,8 @@ npc: npc/other/powernpc.txt npc: npc/other/pvp.txt npc: npc/other/resetskill.txt npc: npc/other/sealstatus.txt +// - Turbo Track Arena +npc: npc/other/turbo_track.txt // --------------------------- Quests --------------------------- // - Quests-Tutorials for basic classes (1st class quests) ------ |