diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-01 17:30:51 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-01 17:30:51 +0000 |
commit | 4a5df18906e0559b583d7857bf868859bfedf731 (patch) | |
tree | 052ea9c18521002664ac411c6243852b6b2d3d98 /npc/jobs/novice/novice.txt | |
parent | 97b29be37a6e972b25435ba8e0a07747996b99bf (diff) | |
download | hercules-4a5df18906e0559b583d7857bf868859bfedf731.tar.gz hercules-4a5df18906e0559b583d7857bf868859bfedf731.tar.bz2 hercules-4a5df18906e0559b583d7857bf868859bfedf731.tar.xz hercules-4a5df18906e0559b583d7857bf868859bfedf731.zip |
* Corrected some delitems in Kyel Hyre Quest. (bugreport:690)
* Corrected a Typo error in Yuno NPCs. (bugreport:716)
* Corrected a Typo error in Novice Training Ground. (bugreport:728)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12000 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/novice/novice.txt')
-rw-r--r-- | npc/jobs/novice/novice.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt index cd9007e54..64233dbf1 100644 --- a/npc/jobs/novice/novice.txt +++ b/npc/jobs/novice/novice.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Dr.Evil & MasterOfMuppets //===== Current Version: ===================================== -//= 1.7a +//= 1.7b //===== Compatible With: ===================================== //= eAthena SVN 3422+(Requires jA Script System) //===== Description: ========================================= @@ -20,6 +20,7 @@ //= 1.6 Changed clone maps new_1-? -> new_zone0? [Lupus] //= 1.7 Now Kafra Tickets are given at correct NPC/Actions [Lupus] //= 1.7a a bit of optimization [Lupus] +//= 1.7b Corrected a little Typo Error. (bugreport:728) [Samuray22] //============================================================ //==================================================================== @@ -2915,7 +2916,7 @@ L_cancel: set NOV_3_ARCHER,NOV_3_ARCHER+1;break; case 3: set NOV_3_MAGICIAN,NOV_3_MAGICIAN+1; set NOV_3_THIEF,NOV_3_THIEF+1; - set NOV_3_MERCHAN,NOV_3_MERCHAN+1; + set NOV_3_MERCHANT,NOV_3_MERCHAN+1; } mes "[Hanson]"; mes "You happened to pick up"; |