diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-24 18:39:22 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-24 18:39:22 +0000 |
commit | 2c19dcba96386863ed0e895af7a1b06fc1926a9a (patch) | |
tree | f9d9b883581def42914f467168eaebbf0b01ab16 /npc/jobs | |
parent | bdb9b86170175ac6c98b8c9b1034312a84487f41 (diff) | |
download | hercules-2c19dcba96386863ed0e895af7a1b06fc1926a9a.tar.gz hercules-2c19dcba96386863ed0e895af7a1b06fc1926a9a.tar.bz2 hercules-2c19dcba96386863ed0e895af7a1b06fc1926a9a.tar.xz hercules-2c19dcba96386863ed0e895af7a1b06fc1926a9a.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1285 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/custom/jobchange.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/custom/jobchange.txt b/npc/jobs/custom/jobchange.txt index 11c313772..4f233ea0d 100644 --- a/npc/jobs/custom/jobchange.txt +++ b/npc/jobs/custom/jobchange.txt @@ -22,7 +22,7 @@ mes "Sup? I'm the insanely cool and uber cute jobchanger thingy for eAthena! Fir next; menu "First Class",LFirstClass,"Second Class (2-1)",LSecondClass,"Alternate Second Class (2-2)",LSecondClass2,"Novice High",LNovice2,"Advance First Class",Llevelcheck,"Advance Second Class",Llevelcheck,"Super Novice",LSuperNovice; LNovice2: - if ((readparam(11) >= 99) && (readparam(55) >= 50) || ((readparam(19) > 20) && (readparam(19) != 23)) goto Lchange; + if ((readparam(11) >= 99) && (readparam(55) >= 50) || ((readparam(19) > 20) && (readparam(19) != 23))) goto Lchange; mes "[ ^0065DFJobra^000000 ]"; mes "Ummmm, excuse me... o.O..."; mes "Hey! You don't MEET the class requirements..."; |