From f802229a182ff7b88719dcbdf89716ab52751ab8 Mon Sep 17 00:00:00 2001 From: Lance Date: Mon, 22 May 2006 09:07:50 +0000 Subject: * Global_Functions fix. Jobmaster fix. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6687 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/jobs/jobmaster.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/custom') 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) { -- cgit v1.2.3-60-g2f50