diff options
author | Haru <haru@dotalux.com> | 2015-12-29 02:16:49 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-31 23:39:23 +0100 |
commit | b4c99db7d5a500770383e24ef2fd1f956b19da74 (patch) | |
tree | afb1e9ad57cb48d4bb826183d630e99e840f9f8f /npc/quests/quests_airship.txt | |
parent | efaaf842dc3717e21b915edf37b3e907b02fa5a1 (diff) | |
download | hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.tar.gz hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.tar.bz2 hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.tar.xz hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.zip |
Replaced leftover -1 view IDs with FAKE_NPC
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/quests/quests_airship.txt')
-rw-r--r-- | npc/quests/quests_airship.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_airship.txt b/npc/quests/quests_airship.txt index f6d0bcc44..1b4e90357 100644 --- a/npc/quests/quests_airship.txt +++ b/npc/quests/quests_airship.txt @@ -454,7 +454,7 @@ airplane,47,61,7 script Crewman 4_M_ZONDAOYAJI,{ } //- Empty Room 201 - -ein_in01,227,279,3 script #door_ein -1,5,5,{ +ein_in01,227,279,3 script #door_ein FAKE_NPC,5,5,{ OnTouch: if (kain_ticket == 5) { kain_ticket = 6; |