From 16bbe71ddbaa0d83cc0bfe55176a1ba43eb5cad0 Mon Sep 17 00:00:00 2001 From: Lupus Date: Wed, 4 Jun 2008 06:00:48 +0000 Subject: Fixed more +name+ garbage to +strcharinfo(0)+ git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12756 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-2/alchemist.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/jobs/2-2') diff --git a/npc/jobs/2-2/alchemist.txt b/npc/jobs/2-2/alchemist.txt index b2c21d337..67c00f6ab 100644 --- a/npc/jobs/2-2/alchemist.txt +++ b/npc/jobs/2-2/alchemist.txt @@ -35,7 +35,7 @@ alde_alche,27,185,5 script Alchemist Guildsman#am 744,{ } if (BaseJob != Job_Merchant) { if (BaseJob == Job_Alchemist) { - mes "Welcome, " + name + "."; + mes "Welcome, " + strcharinfo(0) + "."; mes "The Alchemist Union"; mes "is busy today, like always."; next; @@ -177,7 +177,7 @@ alde_alche,27,185,5 script Alchemist Guildsman#am 744,{ set zeny,zeny-50000; mes "[Parmy Gianino]"; mes "Let's see."; - mes "" + name + ""; + mes "" + strcharinfo(0); mes "needs to bring..."; switch(rand(1,3)) { case 1: -- cgit v1.2.3-60-g2f50