Fixed a wrong label on jobchange.txt
Sorry about that. git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@314 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
ce75b9a207
commit
777062b7f7
@ -1,4 +1,3 @@
|
|||||||
<<<<<<< .mine
|
|
||||||
//===== eAthena Script =======================================
|
//===== eAthena Script =======================================
|
||||||
//= Jobchanger Script
|
//= Jobchanger Script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
@ -691,7 +690,7 @@ Lchange:
|
|||||||
close;
|
close;
|
||||||
|
|
||||||
Llevelcheck:
|
Llevelcheck:
|
||||||
if(readparam(55) >= 45 || readparam(19) == 4001 && readparam(55) >= 10) goto Lexisting;
|
if(readparam(55) >= 45 || readparam(19) == 4001 && readparam(55) >= 10) goto Ladvclasses;
|
||||||
mes "[ ^0065DFJobra^000000 ]";
|
mes "[ ^0065DFJobra^000000 ]";
|
||||||
mes "You need a higher level to change...";
|
mes "You need a higher level to change...";
|
||||||
cutin "kafra_01",255;
|
cutin "kafra_01",255;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user