diff options
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~!"; |