- Follow up r15636, removed an warning where the Script trys to hide an Non-Existant NPC named "Staff#airplane_01".

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15641 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
masao87 2012-03-01 14:13:19 +00:00
parent 1e31877e30
commit 4defbd1e6f

View File

@ -1389,7 +1389,6 @@ OnTimer400000:
end; end;
OnTimer405000: OnTimer405000:
mapannounce "airplane_01","Monster threat eliminated. The Airship is now returning to normal operation.",bc_map,0x00FF00; mapannounce "airplane_01","Monster threat eliminated. The Airship is now returning to normal operation.",bc_map,0x00FF00;
hideoffnpc "Airship Staff#airplane_01";
end; end;
OnTimer410000: OnTimer410000:
mapannounce "airplane_01","We will arrive in Izlude shortly.",bc_map,"0x00ff00"; mapannounce "airplane_01","We will arrive in Izlude shortly.",bc_map,"0x00ff00";