diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-04 22:15:29 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-04 22:15:29 +0000 |
commit | d6009fd28376933000516e149a60e8d62de51faa (patch) | |
tree | 18a7240efdfabefccfd3a8cb2bc851ce9ffd9994 /npc/jobs/2-2/dancer.txt | |
parent | 53b7b904d58eedeead700ea8aac3b98db125411a (diff) | |
download | hercules-d6009fd28376933000516e149a60e8d62de51faa.tar.gz hercules-d6009fd28376933000516e149a60e8d62de51faa.tar.bz2 hercules-d6009fd28376933000516e149a60e8d62de51faa.tar.xz hercules-d6009fd28376933000516e149a60e8d62de51faa.zip |
- Follow up r16579 .
* Added some missing Baby checks... This Update really started great didn't it ;)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16581 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-2/dancer.txt')
-rw-r--r-- | npc/jobs/2-2/dancer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-2/dancer.txt b/npc/jobs/2-2/dancer.txt index ef14e919c..619b26a60 100644 --- a/npc/jobs/2-2/dancer.txt +++ b/npc/jobs/2-2/dancer.txt @@ -124,7 +124,7 @@ job_duncer,43,93,4 script Aile 724,{ cutin "",255; end; } - if ((DANC_Q == 0) && (Sex == 0) && (Class == Job_Archer)) { + if ((DANC_Q == 0) && (Sex == 0) && (Class == Job_Baby_Archer || Class == Job_Archer)) { cutin "job_dancer_eir01",2; mes "[Aile]"; mes "Welcome~!"; |