diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-06 00:34:10 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-06 00:34:10 +0000 |
commit | 879ec7651fc545054e749290c45226c0a7f6b4f7 (patch) | |
tree | 5ba8afd46a39efa57a5d27594af415f6a3df5583 /npc/scripts_athena.conf | |
parent | 9479293df183202eec534ec3c5fd4ecba94fae41 (diff) | |
download | hercules-879ec7651fc545054e749290c45226c0a7f6b4f7.tar.gz hercules-879ec7651fc545054e749290c45226c0a7f6b4f7.tar.bz2 hercules-879ec7651fc545054e749290c45226c0a7f6b4f7.tar.xz hercules-879ec7651fc545054e749290c45226c0a7f6b4f7.zip |
* Added Dewata and El Dicastes town (\cities\) and quest (\quests\) NPCs.
* db\quest_db.txt updated with Dewata and El Dicastes quests.
* Fixed minor bug with Arch Bishop check in Thanatos Tower (bugreport:5942)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16234 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_athena.conf')
-rw-r--r-- | npc/scripts_athena.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index 3478705ab..a2d6affac 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -10,6 +10,8 @@ npc: npc/cities/amatsu.txt npc: npc/cities/ayothaya.txt npc: npc/cities/brasilis.txt npc: npc/cities/comodo.txt +npc: npc/cities/dewata.txt +npc: npc/cities/dicastes.txt npc: npc/cities/einbech.txt npc: npc/cities/einbroch.txt npc: npc/cities/geffen.txt @@ -94,6 +96,8 @@ npc: npc/quests/quests_amatsu.txt npc: npc/quests/quests_ayothaya.txt npc: npc/quests/quests_brasilis.txt npc: npc/quests/quests_comodo.txt +npc: npc/quests/quests_dewata.txt +npc: npc/quests/quests_dicastes.txt npc: npc/quests/quests_ein.txt npc: npc/quests/quests_geffen.txt npc: npc/quests/quests_gonryun.txt |