diff options
Diffstat (limited to 'npc/jobs/1-1e/gunslinger.txt')
-rw-r--r-- | npc/jobs/1-1e/gunslinger.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/1-1e/gunslinger.txt b/npc/jobs/1-1e/gunslinger.txt index 4913c9b52..e8ce17583 100644 --- a/npc/jobs/1-1e/gunslinger.txt +++ b/npc/jobs/1-1e/gunslinger.txt @@ -50,8 +50,8 @@ if (Class == Job_Novice) { mes "Glad to know you did what Mr. Tanieh asked you to do, makes me know you're worthy of being..";
next;
mes @npcname$;
- mes "A gunslinger!!!";
- jobchange Job_Gunslinger;
+ mes "A Gunslinger!!!";
+ callfunc "Job_Change",Job_Gunslinger;
callfunc "F_ClearJobVar"; //clears all job variables for the current player
next;
mes @npcname$;
|