Fixed Hugel Airship Staff from teleporting you to the wrong airplane.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12226 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Paradox924X
2008-02-21 20:51:57 +00:00
parent 9c638fa6b2
commit 9ffa57318e
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
Date Added
======
2008/02/21
* Fixed Hugel Airship Staff from teleporting you to the wrong airplane. [Paradox924X]
2008/02/17
* Updated Eye of Hellion to use the new format of the input command. [Skotlex]
2008/02/13

View File

@@ -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]";