diff options
author | gepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-03-01 23:35:13 +0000 |
---|---|---|
committer | gepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-03-01 23:35:13 +0000 |
commit | 9a811dca20817abc586a67330d42797ee118c1cf (patch) | |
tree | 8ed6f3470a1ce2c8412a291aadaaa800f460a30a /npc | |
parent | 7febb427b56038c6ca313e483674b5ce159e8868 (diff) | |
download | hercules-9a811dca20817abc586a67330d42797ee118c1cf.tar.gz hercules-9a811dca20817abc586a67330d42797ee118c1cf.tar.bz2 hercules-9a811dca20817abc586a67330d42797ee118c1cf.tar.xz hercules-9a811dca20817abc586a67330d42797ee118c1cf.zip |
Proper fix for r15641 (reference to non-existant NPC).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15646 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/quests/quests_airship.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/quests/quests_airship.txt b/npc/quests/quests_airship.txt index c839ae0a8..c26d7caee 100644 --- a/npc/quests/quests_airship.txt +++ b/npc/quests/quests_airship.txt @@ -1389,6 +1389,7 @@ OnTimer400000: end; OnTimer405000: mapannounce "airplane_01","Monster threat eliminated. The Airship is now returning to normal operation.",bc_map,0x00FF00; + hideoffnpc "Airship Staff#airplane01"; end; OnTimer410000: mapannounce "airplane_01","We will arrive in Izlude shortly.",bc_map,"0x00ff00"; |