diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/quests/quests_airship.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index bfed298ec..f705a5eec 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2008/03/14 + * Fixed a bug allowing Ferlock#Lab to get disabled mid-speech. (bugreport: 1129) [Paradox924X] * Fixed the autotimer on an npc warp in Juperos Quest. [Paradox924X] 2008/03/13 * Updated WoE Check in Shift Assassin Script. (bugreport: 1059) [Paradox924X] diff --git a/npc/quests/quests_airship.txt b/npc/quests/quests_airship.txt index 4e5f06f3a..0be42cafa 100644 --- a/npc/quests/quests_airship.txt +++ b/npc/quests/quests_airship.txt @@ -2911,6 +2911,7 @@ OnTouch: } ein_in01,263,35,3 script Ferlock#lab 873,{ + end; OnInit: disablenpc "Ferlock#lab"; |