From 557b59100b76d55ca18cfc63dadf01deeb985265 Mon Sep 17 00:00:00 2001 From: glighta Date: Mon, 29 Oct 2012 07:24:53 +0000 Subject: -Fixed action assignation follow up r16837,r16836,r16835 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16838 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/chrif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map') diff --git a/src/map/chrif.c b/src/map/chrif.c index 59bf04d90..703a0180d 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -836,9 +836,9 @@ static void chrif_char_ask_name_answer(int acc, const char* player_name, uint16 } if(type>0 && type<=5) - action = msg_txt(427+type); //block|ban|unblock|unban|change the sex of + sprintf(action,"%s",msg_txt(427+type)); //block|ban|unblock|unban|change the sex of else - action = "???"; + sprintf(action,"???"); switch( answer ) { case 0 : sprintf(output, msg_txt(424), action, NAME_LENGTH, player_name); break; -- cgit v1.2.3-60-g2f50