diff options
Diffstat (limited to 'npc/custom/jobs/jobmaster.txt')
-rw-r--r-- | npc/custom/jobs/jobmaster.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/jobs/jobmaster.txt b/npc/custom/jobs/jobmaster.txt index 10a22d197..6c27c4a8f 100644 --- a/npc/custom/jobs/jobmaster.txt +++ b/npc/custom/jobs/jobmaster.txt @@ -84,7 +84,7 @@ prontera.gat,153,193,6 script Job Master 123,{ break;
}
}
- mes "Are you sure?";
+ mes "Are you sure you want to change to " + callfunc("getJobName",@target_job) + "?";
if(select("No","Yes") == 2){
callfunc "Job_Change", @target_job;
if(@target_job == Job_Gunsliger || @target_job == Job_Ninja || @target_job == Job_Taekwon) {
|