diff options
Diffstat (limited to 'npc/custom/healer.txt')
-rw-r--r-- | npc/custom/healer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/healer.txt b/npc/custom/healer.txt index 22b505741..97c4e7284 100644 --- a/npc/custom/healer.txt +++ b/npc/custom/healer.txt @@ -20,7 +20,7 @@ if (@HD > gettimetick(2)) end; if (.@price) { - message strcharinfo(0),"Healing costs "+.@price+" Zeny."; + message strcharinfo(PC_NAME),"Healing costs "+.@price+" Zeny."; if (Zeny < .@price) end; if(select("^0055FFHeal^000000", "^777777Cancel^000000") == 2) close; Zeny -= .@price; |