diff options
Diffstat (limited to 'npc/jobs/2-2/dancer.txt')
-rw-r--r-- | npc/jobs/2-2/dancer.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/2-2/dancer.txt b/npc/jobs/2-2/dancer.txt index d1162ec41..4ceb4ca99 100644 --- a/npc/jobs/2-2/dancer.txt +++ b/npc/jobs/2-2/dancer.txt @@ -906,9 +906,9 @@ job_duncer,95,93,4 script Bijou#da 4W_F_01,{ mes "Please take it."; mes "May your performances always bring joy to your audience~"; if (.@jlevel == 50) - getitem 1953,1; //Line_ + getitem Line_,1; else - getitem 1950,1; //Rope + getitem Rope,1; close; } } |