diff options
author | mercurial123 <mercurial123@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-24 21:30:42 +0000 |
---|---|---|
committer | mercurial123 <mercurial123@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-24 21:30:42 +0000 |
commit | 5e7b0903383e575393eabf5f36187ffcb49d6c52 (patch) | |
tree | 7ce056d8437c7248da598c7a1788f04db0f248a0 /npc/custom/airplane.txt | |
parent | 00c4c2adf83c9f068be8496a2f1c067432cbda7a (diff) | |
download | hercules-5e7b0903383e575393eabf5f36187ffcb49d6c52.tar.gz hercules-5e7b0903383e575393eabf5f36187ffcb49d6c52.tar.bz2 hercules-5e7b0903383e575393eabf5f36187ffcb49d6c52.tar.xz hercules-5e7b0903383e575393eabf5f36187ffcb49d6c52.zip |
- Replaced all occurrences of "eAthena" to "rAthena" string
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15251 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 +} |