From efac9030a63b8353237cb26cf6cc1ac272288f1e Mon Sep 17 00:00:00 2001 From: Lance Date: Tue, 23 May 2006 08:22:53 +0000 Subject: * [Scripting Engine Update] New variables are ready to be used. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6703 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 6f23e1c7f..bfd3d0779 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -8622,7 +8622,7 @@ void clif_parse_GetCharNameRequest(int fd, struct map_session_data *sd) { sprintf(gm_msg, "Hack on NameRequest: character '%s' (account: %d) requests name of invisible chars.", sd->status.name, sd->status.account_id); ShowWarning(gm_msg); // information is sended to all online GM - // intif_wis_message_to_gm(wisp_server_name, battle_config.hack_info_GM_level, gm_msg); + intif_wis_message_to_gm(wisp_server_name, battle_config.hack_info_GM_level, gm_msg); return; } clif_charnameack(fd, bl); -- cgit v1.2.3-70-g09d2