diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-28 15:15:22 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-28 15:15:22 +0000 |
commit | 71809458ec9be3e72d23fd32796c0e87052b9300 (patch) | |
tree | 0126b5c5b6d4d92efea21c0fed0db80c1eefaa08 | |
parent | 613fd5368115d94091854f36a4ecb485954b1162 (diff) | |
download | hercules-71809458ec9be3e72d23fd32796c0e87052b9300.tar.gz hercules-71809458ec9be3e72d23fd32796c0e87052b9300.tar.bz2 hercules-71809458ec9be3e72d23fd32796c0e87052b9300.tar.xz hercules-71809458ec9be3e72d23fd32796c0e87052b9300.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10387 54d463be-8e91-2dee-dedb-b68131a5f0ec
-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 |