From 0f1d0507eb95cf07ce7eb66d89ad9853938612e6 Mon Sep 17 00:00:00 2001 From: Asheraf Date: Mon, 29 Aug 2016 17:40:13 +0100 Subject: change *strcharinfo to use constants --- npc/custom/healer.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/custom/healer.txt') 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; -- cgit v1.2.3-70-g09d2