Selaa lähdekoodia

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
Paradox924X 17 vuotta sitten
vanhempi
commit
9ffa57318e
2 muutettua tiedostoa jossa 4 lisäystä ja 2 poistoa
  1. 2 0
      npc/Changelog.txt
  2. 2 2
      npc/airports/airships.txt

+ 2 - 0
npc/Changelog.txt

@@ -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

+ 2 - 2
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]";