diff options
Diffstat (limited to 'npc/re/airports')
-rw-r--r-- | npc/re/airports/airships.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/airports/airships.txt b/npc/re/airports/airships.txt index cc5730d00..a10122bb0 100644 --- a/npc/re/airports/airships.txt +++ b/npc/re/airports/airships.txt @@ -656,7 +656,7 @@ airplane_01,243,73,0 script #AirshipWarp-3 45,1,1,{ OnTouch: switch ($@airplanelocation2) { case 0: warp "ra_fild12",292,204; end; - case 1: warp "izlude",200,56; end; + case 1: warp "izlude",200,73; end; case 2: warp "yuno",12,261; end; } |