diff options
author | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-30 17:09:41 +0000 |
---|---|---|
committer | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-30 17:09:41 +0000 |
commit | 7901ac7f93aab5827d3b93873e8faf6bf4786188 (patch) | |
tree | ccb7a6aad72477225aa72d48b5dff9321e02bb6c /npc/jobs/1-1e/ninja.txt | |
parent | c82f1a6a2a81c9a0eda1355c17e01b710d46f009 (diff) | |
download | hercules-7901ac7f93aab5827d3b93873e8faf6bf4786188.tar.gz hercules-7901ac7f93aab5827d3b93873e8faf6bf4786188.tar.bz2 hercules-7901ac7f93aab5827d3b93873e8faf6bf4786188.tar.xz hercules-7901ac7f93aab5827d3b93873e8faf6bf4786188.zip |
* Updated Gunslinger Job Change Quest to official.
* Fixed a minor bug in Ninja Job Change Quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10419 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/1-1e/ninja.txt')
-rw-r--r-- | npc/jobs/1-1e/ninja.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/jobs/1-1e/ninja.txt b/npc/jobs/1-1e/ninja.txt index 8f5764dd5..b2709d71c 100644 --- a/npc/jobs/1-1e/ninja.txt +++ b/npc/jobs/1-1e/ninja.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Legionaire //===== Current Version: ===================================== -//= 1.3 +//= 1.4 //===== Compatible With: ===================================== //= eAthena SVN that supports Ninjas //===== Description: ========================================= @@ -12,6 +12,7 @@ //= 1.1 Optimized, updated, checked [Lupus] //= 1.2 Added Akagi [Playtester] //= 1.3 Updated dialogs to official ones and optimized [SinSloth] +//= 1.4 Fixed a minor bug [SinSloth] //============================================================ alberta,30,65,3 script Akagi#nq 730,{ @@ -433,7 +434,7 @@ que_ng,30,65,3 script Cougar Gai 730,{ mes "You don't know when and where you may be asked to go on a mission, so don't put off your training for a single day."; close; } - else if(Class == Job_Super_Baby) + else if(Class == Job_Baby) { mes "[Cougar Gai]"; mes "What the...! A super baby!"; |