diff options
author | musashiden <musashiden@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-15 02:44:31 +0000 |
---|---|---|
committer | musashiden <musashiden@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-15 02:44:31 +0000 |
commit | 31deb4cbedf977bad2067c5dd3bb533a6d96c5a0 (patch) | |
tree | 38f834856f4e4107e7202e4719eac8f0a7c7a2c1 /npc/scripts_athena.conf | |
parent | 4cf1456145fa41b03ee6064b46c0f28be598762d (diff) | |
download | hercules-31deb4cbedf977bad2067c5dd3bb533a6d96c5a0.tar.gz hercules-31deb4cbedf977bad2067c5dd3bb533a6d96c5a0.tar.bz2 hercules-31deb4cbedf977bad2067c5dd3bb533a6d96c5a0.tar.xz hercules-31deb4cbedf977bad2067c5dd3bb533a6d96c5a0.zip |
- Separated the metto quest from the Juno town NPCs file. Why was the metto quest in the same file as the juno town npcs in the first place?
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7174 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_athena.conf')
-rw-r--r-- | npc/scripts_athena.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index 452bcdea2..774fa1063 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -62,6 +62,8 @@ npc: npc/airports/lighthalzen.txt npc: npc/airports/yuno.txt
// --------------------------------------------------------------
// --------------------------- Quests ---------------------------
+
+npc: npc/quests/metto_quest.txt
npc: npc/quests/quests_alberta.txt
npc: npc/quests/quests_aldebaran.txt
npc: npc/quests/quests_amatsu.txt
|