* Corrected a wrong variable name in the Novice Training Ground (bugreport:2293)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13248 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
ecb1183759
commit
289f1100c7
@ -1,5 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
2008/09/30
|
||||||
|
* Corrected a wrong variable name in the Novice Training Ground (bugreport:2293) [Samuray22]
|
||||||
2008/09/29
|
2008/09/29
|
||||||
* Rev. 13247 Fixed the delitem assosiated with the last uptate. [L0ne_W0lf]
|
* Rev. 13247 Fixed the delitem assosiated with the last uptate. [L0ne_W0lf]
|
||||||
* Rev. 13246 Fixed item requirement for Stellar hairpin in monstertamers.txt. (bugreport:2290) [L0ne_W0lf]
|
* Rev. 13246 Fixed item requirement for Stellar hairpin in monstertamers.txt. (bugreport:2290) [L0ne_W0lf]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Dr.Evil & MasterOfMuppets
|
//= Dr.Evil & MasterOfMuppets
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 2.3
|
//= 2.3a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN 3422+(Requires jA Script System)
|
//= eAthena SVN 3422+(Requires jA Script System)
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -21,6 +21,7 @@
|
|||||||
//= 2.1 Corrected spacing issue in welcome message. [L0ne_W0lf]
|
//= 2.1 Corrected spacing issue in welcome message. [L0ne_W0lf]
|
||||||
//= 2.2 Corrected Leo's endless dialog. [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.3 Added fix to Hanson from GM-windsor- and Saithis. [L0ne_W0lf]
|
||||||
|
//= 2.3a Correct a wrong variable name. (bugreport:2293) [Samuray22]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// Bulletin Board
|
// Bulletin Board
|
||||||
@ -752,7 +753,7 @@ new_1-2,83,111,3 script Skill Tutor#nv 753,{
|
|||||||
mes "^3355FFYou have learned";
|
mes "^3355FFYou have learned";
|
||||||
mes "the ^4A708BFirst Aid^3355FF skill.^000000";
|
mes "the ^4A708BFirst Aid^3355FF skill.^000000";
|
||||||
skill 142,1,0; //NV_FIRSTAID
|
skill 142,1,0; //NV_FIRSTAID
|
||||||
set skill_nov,3;
|
set NOV_SK,3;
|
||||||
set nov_get_item03,11;
|
set nov_get_item03,11;
|
||||||
next;
|
next;
|
||||||
if (JobLevel < 7) {
|
if (JobLevel < 7) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user