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/other/Global_Functions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/other/Global_Functions.txt') diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt index 1e431b7d8..f6068d598 100644 --- a/npc/other/Global_Functions.txt +++ b/npc/other/Global_Functions.txt @@ -144,7 +144,7 @@ function script F_ClearGarbage { // Used in REBIRTH scripts function script Job_Change { jobchange getarg(0),Upper; //Jobchange based on Upper - logmes "CLASS CHANGE: " +strcharinfo(0)+ " become a "+jobname(Class); + logmes "CLASS CHANGE: " +strcharinfo(PC_NAME)+ " become a "+jobname(Class); return; } -- cgit v1.2.3-60-g2f50