From a1d160ead032b63a0f696a34961df9e099154402 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 15:32:03 +0530 Subject: ItemID to Constant: instances/jobs Folder --- npc/jobs/2-2/dancer.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/jobs/2-2/dancer.txt') 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; } } -- cgit v1.2.3-60-g2f50