From bc3de5fb5ea98691dc48e6984c5e5a2e9ebf7b36 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 23 Mar 2006 03:53:24 +0000 Subject: - Fixed compile error and missing field in the clone function. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5711 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index ecb446dda..8db4597cd 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -10102,7 +10102,7 @@ int atcommand_clone( master = sd->bl.id; if (battle_config.atc_slave_clone_limit && mob_countslave(&sd->bl) >= battle_config.atc_slave_clone_limit) { - clif_displaymessage(fd, ""); + clif_displaymessage(fd, msg_txt(127)); return 0; } } -- cgit v1.2.3-70-g09d2