diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-31 21:27:01 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-31 21:27:01 +0000 |
commit | 118a84582aee4e93e1c8836c86f9d974f7510d87 (patch) | |
tree | af4e419462559a22aff52a8ddce445effba1d228 /npc/scripts_jobs.conf | |
parent | 57c2a527907c73e1615fab2834d7e8a97ef08592 (diff) | |
download | hercules-118a84582aee4e93e1c8836c86f9d974f7510d87.tar.gz hercules-118a84582aee4e93e1c8836c86f9d974f7510d87.tar.bz2 hercules-118a84582aee4e93e1c8836c86f9d974f7510d87.tar.xz hercules-118a84582aee4e93e1c8836c86f9d974f7510d87.zip |
* Fixed north prontera kafra having an empty warp list
* Removed junk ЎA text from the 2004 headgears
* Changed deprecated Job_Alchem to Job_Alchemist (see r10904)
* Fixed a typo in a geffen city npc (Job_Merhcant)
* Fixed a typo in the Jobmaster custom script (Job_Gunsliger)
* Fixed one old eAAC Quest Warper bug (warp to nonwalkable coords)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10940 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_jobs.conf')
-rw-r--r-- | npc/scripts_jobs.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/scripts_jobs.conf b/npc/scripts_jobs.conf index 857cc1d56..e129ea60f 100644 --- a/npc/scripts_jobs.conf +++ b/npc/scripts_jobs.conf @@ -42,16 +42,16 @@ npc: npc/jobs/2-2/crusader.txt npc: npc/jobs/2-2/monk.txt npc: npc/jobs/2-2/dancer.txt npc: npc/jobs/2-2/bard.txt -// -- Trancended Quest (2-x -> High Novice) +// -- Transcended Quest (2-x -> High Novice) npc: npc/jobs/valkyrie.txt -// -- Trancended (2-1a) +// -- Transcended (2-1a) npc: npc/jobs/2-1a/AssassinCross.txt npc: npc/jobs/2-1a/LordKnight.txt npc: npc/jobs/2-1a/HighPriest.txt npc: npc/jobs/2-1a/HighWizard.txt npc: npc/jobs/2-1a/WhiteSmith.txt npc: npc/jobs/2-1a/Sniper.txt -// -- Trancended (2-2a) +// -- Transcended (2-2a) npc: npc/jobs/2-2a/Champion.txt npc: npc/jobs/2-2a/Clown.txt npc: npc/jobs/2-2a/Creator.txt |