summaryrefslogtreecommitdiff
path: root/npc/airports
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-21 20:51:57 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-21 20:51:57 +0000
commitb8d9d3ef71cb8d93bb8173c8c04e8d3d1798b187 (patch)
treea8c628b465eb41b1d8a38783cd239af778198ba1 /npc/airports
parentc6b0361bd56ee72df8b9b3ee7eca824e0619d407 (diff)
downloadhercules-b8d9d3ef71cb8d93bb8173c8c04e8d3d1798b187.tar.gz
hercules-b8d9d3ef71cb8d93bb8173c8c04e8d3d1798b187.tar.bz2
hercules-b8d9d3ef71cb8d93bb8173c8c04e8d3d1798b187.tar.xz
hercules-b8d9d3ef71cb8d93bb8173c8c04e8d3d1798b187.zip
Fixed Hugel Airship Staff from teleporting you to the wrong airplane.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12226 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/airports')
-rw-r--r--npc/airports/airships.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/airports/airships.txt b/npc/airports/airships.txt
index 0fa0557db..7253eca90 100644
--- a/npc/airports/airships.txt
+++ b/npc/airports/airships.txt
@@ -893,12 +893,12 @@ hugel,182,150,3 script Airship Staff#hu 91,{
if (select("Yes:No") == 1) {
if(countitem(7311) > 0) {
delitem 7311,1;
- warp "airplane_01",224,64;
+ warp "airplane",224,64;
close;
}
if(Zeny > 1200) {
set Zeny, Zeny - 1200;
- warp "airplane_01",224,64;
+ warp "airplane",224,64;
close;
}
mes "[Airship Staff]";