diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/scripts_athena.conf | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 9350f5c05..50a8632f3 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,8 @@ Date Added ====== 2007/04/29 + * Updated Hotel Employee from Einbroch [Samuray22] + * Added AirShip Ticket Quest [Samuray22] * Updated Ammo Casing NPC Kenny to official version [SinSloth] * Fixed level requirement of Eye of Hellion quest [Playtester] * Some 11.1 field spawn updates [Playtester] diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index 3a674c575..c7b064da8 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -95,6 +95,7 @@ npc: npc/quests/Lvl4_weapon_quest.txt npc: npc/quests/juperos.txt npc: npc/quests/thana_quest.txt npc: npc/quests/eye_of_hellion.txt +npc: npc/quests/airship_ticket_quest.txt //The Sign Quest will be "enable only". //There are some things you might consider doing before implementing it, //For more info, read the comments in npc/quests/The_Sign_Quest.txt |