diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-30 11:49:37 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-30 11:49:37 +0000 |
commit | 42378d79420c38e049c267c03ffad07f14230a69 (patch) | |
tree | d0a2951094c4538c967d840280080210ed863fda /npc/jobs | |
parent | c7b9c4cc6ca9e56635b63f832ea56f42cbcef817 (diff) | |
download | hercules-42378d79420c38e049c267c03ffad07f14230a69.tar.gz hercules-42378d79420c38e049c267c03ffad07f14230a69.tar.bz2 hercules-42378d79420c38e049c267c03ffad07f14230a69.tar.xz hercules-42378d79420c38e049c267c03ffad07f14230a69.zip |
* Corrected a wrong variable name in the Novice Training Ground (bugreport:2293)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13248 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-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 0db720198..d2a682d7b 100644 --- a/npc/jobs/novice/novice.txt +++ b/npc/jobs/novice/novice.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Dr.Evil & MasterOfMuppets //===== Current Version: ===================================== -//= 2.3 +//= 2.3a //===== Compatible With: ===================================== //= eAthena SVN 3422+(Requires jA Script System) //===== Description: ========================================= @@ -21,6 +21,7 @@ //= 2.1 Corrected spacing issue in welcome message. [L0ne_W0lf] //= 2.2 Corrected Leo's endless dialog. [L0ne_W0lf] //= 2.3 Added fix to Hanson from GM-windsor- and Saithis. [L0ne_W0lf] +//= 2.3a Correct a wrong variable name. (bugreport:2293) [Samuray22] //============================================================ // Bulletin Board @@ -752,7 +753,7 @@ new_1-2,83,111,3 script Skill Tutor#nv 753,{ mes "^3355FFYou have learned"; mes "the ^4A708BFirst Aid^3355FF skill.^000000"; skill 142,1,0; //NV_FIRSTAID - set skill_nov,3; + set NOV_SK,3; set nov_get_item03,11; next; if (JobLevel < 7) { |