diff options
Diffstat (limited to 'npc/re/jobs/1-1/archer.txt')
-rw-r--r-- | npc/re/jobs/1-1/archer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/jobs/1-1/archer.txt b/npc/re/jobs/1-1/archer.txt index 0f2b92025..a7ef0ef10 100644 --- a/npc/re/jobs/1-1/archer.txt +++ b/npc/re/jobs/1-1/archer.txt @@ -97,7 +97,7 @@ payon_in02,64,71,4 script Archer Guildsman#archer 4_M_03,{ close; }else{ mes "[Archer Guildsman]"; - mes "You are... "+strcharinfo(0)+". right?"; + mes "You are... "+strcharinfo(PC_NAME)+". right?"; next; if (getskilllv("NV_BASIC") < 9) { mes "[Archer Guildsman]"; |