summaryrefslogtreecommitdiff
path: root/npc/jobs/custom
diff options
context:
space:
mode:
author(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-13 04:51:54 +0000
committer(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-13 04:51:54 +0000
commit9d65ce5dd14b7758be4eafffcea61f78feb38fa2 (patch)
treedd7f100274d315058c8407d523d0b2f3217bb1db /npc/jobs/custom
parent67dc0c7a4ade3c375dd8fc3e721ecea00152904d (diff)
downloadhercules-9d65ce5dd14b7758be4eafffcea61f78feb38fa2.tar.gz
hercules-9d65ce5dd14b7758be4eafffcea61f78feb38fa2.tar.bz2
hercules-9d65ce5dd14b7758be4eafffcea61f78feb38fa2.tar.xz
hercules-9d65ce5dd14b7758be4eafffcea61f78feb38fa2.zip
* Only evoke script_rid2sd if agitcheck(1) is used
* Fixed some bugs in the novice training ground and the custom jobchanger script git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1100 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/custom')
-rw-r--r--npc/jobs/custom/jobchange.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/custom/jobchange.txt b/npc/jobs/custom/jobchange.txt
index 296c367cc..dc90c3d93 100644
--- a/npc/jobs/custom/jobchange.txt
+++ b/npc/jobs/custom/jobchange.txt
@@ -492,8 +492,8 @@ LSecondClass2:
close;
LBardDancer:
- if(sex==0) goto LBard;
- if(sex==1) goto LDancer;
+ if(sex==0) goto LDancer;
+ if(sex==1) goto LBard;
LBard:
if(class !=3) goto LNotArch3;