diff options
-rw-r--r-- | npc/Changelog.txt | 4 | ||||
-rw-r--r-- | npc/scripts_athena.conf | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 9f006d7e9..090e6ca35 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,7 +1,9 @@ Date Added ====== 2007/07/06 - * Rev. 10857 Updated Juno and Comodo NPCs. [L0ne_W0lf] + * Rev. 10859 Forgot to add the third part of the doomed swords quest. [L0ne_W0lf] + * Forgot to update the conf files accordingly. (added doomed_swords_quest deleted metto_quest) + * Rev. 10858 Updated Juno and Comodo NPCs. [L0ne_W0lf] - Updated Monster Museum NPCs as well. - Updated doomed swords quest, moved unrelated NPCs to proper files. - Added the end of the Comodo and Juno doomed swords quests. diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index 70fb39edd..d6ab15f81 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -64,7 +64,6 @@ 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 @@ -91,6 +90,7 @@ npc: npc/quests/bunnyband.txt npc: npc/quests/juice_maker.txt npc: npc/quests/counteragent_mixture.txt npc: npc/quests/doomed_swords.txt +npc: npc/quests/doomed_swords_quest.txt npc: npc/quests/monstertamers.txt npc: npc/quests/Lvl4_weapon_quest.txt npc: npc/quests/thana_quest.txt |