diff options
Diffstat (limited to 'npc/re/cities/dewata.txt')
-rw-r--r-- | npc/re/cities/dewata.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/cities/dewata.txt b/npc/re/cities/dewata.txt index 7817db3b8..d140a0d24 100644 --- a/npc/re/cities/dewata.txt +++ b/npc/re/cities/dewata.txt @@ -842,7 +842,7 @@ OnTouch: emotion e_sob; emotion e_swt2; next; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "Hey, kid..."; next; mes "[Ukki]"; @@ -854,7 +854,7 @@ OnTouch: emotion e_sob; emotion e_swt2; next; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "... ... ..."; emotion e_dots,1; close; |