diff options
author | shadowlady <shadowlady@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-08 12:04:35 +0000 |
---|---|---|
committer | shadowlady <shadowlady@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-08 12:04:35 +0000 |
commit | 19e9307574a638f4d600bc1ab18cc8aea26bf8b0 (patch) | |
tree | 08f8a0f33181e461bdcf6123a2743fc183c24229 /npc/jobs | |
parent | 9188e6de5fe1eab98695a84025853677cbcd7b9e (diff) | |
download | hercules-19e9307574a638f4d600bc1ab18cc8aea26bf8b0.tar.gz hercules-19e9307574a638f4d600bc1ab18cc8aea26bf8b0.tar.bz2 hercules-19e9307574a638f4d600bc1ab18cc8aea26bf8b0.tar.xz hercules-19e9307574a638f4d600bc1ab18cc8aea26bf8b0.zip |
Fixed: Not being able to change to Clown or Creator.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@60 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/custom/jobchange.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/custom/jobchange.txt b/npc/jobs/custom/jobchange.txt index a83a6dcdd..dae8b746c 100644 --- a/npc/jobs/custom/jobchange.txt +++ b/npc/jobs/custom/jobchange.txt @@ -640,7 +640,7 @@ LPaladin2: LClown:
if(class !=4004) goto LNotArch4;
- goto LBard2;
+ goto LClown2;
LNotArch4:
mes "[ ^0065DFJobra^000000 ]";
@@ -680,7 +680,7 @@ LNotMerc5: mes "Ummm... no, you gotta be a Merchant High first...";
close;
-L:Cre2:
+LCre2:
mes "[ ^0065DFJobra^000000 ]";
mes "Cool! Go make some potions! Open a Pharmacy! yeah yeah yeah! ^_^";
jobchange 42;// Job: Job_Creator
|