diff options
Diffstat (limited to 'npc/custom/airplane.txt')
-rw-r--r-- | npc/custom/airplane.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/custom/airplane.txt b/npc/custom/airplane.txt index b085397b7..5bc5d419c 100644 --- a/npc/custom/airplane.txt +++ b/npc/custom/airplane.txt @@ -1,12 +1,12 @@ -//===== eAthena Script ======================================= +//===== rAthena Script ======================================= //= elRO Airship //===== By: ================================================== -//= Edited And removed irrelevent comments by eAthena Dev Team +//= Edited And removed irrelevent comments by rAthena Dev Team //= Draike\Bluto\Hephaestus //===== Current Version: ===================================== //= 2.2a //===== Compatible With: ===================================== -//= eAthena SVN 02/05/2005 + +//= rAthena SVN 02/05/2005 + //===== Description: ========================================= //= It's the elRO airship. XD //===== Additional Comments: ================================= @@ -436,4 +436,4 @@ setarray $alreadygoneto[$locationn[getarg(0)]], 1; set $destination,$locationn[$@currenttime]; announce "Pilot: The plane has arrived at "+$locationsname$[$locationn[getarg(1)]]+". Departure to "+ $locationsname$[$locationn[getarg(2)]] + " is in 3 minutes.",16; end; -}
\ No newline at end of file +} |