diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-23 08:22:53 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-23 08:22:53 +0000 |
commit | efac9030a63b8353237cb26cf6cc1ac272288f1e (patch) | |
tree | 31dfb7f97a1ed83a11b8c93c552d70f270ef8e02 /src/map/clif.c | |
parent | 3d265a82001fb2527e8beaf04820f896cb5fb3d0 (diff) | |
download | hercules-efac9030a63b8353237cb26cf6cc1ac272288f1e.tar.gz hercules-efac9030a63b8353237cb26cf6cc1ac272288f1e.tar.bz2 hercules-efac9030a63b8353237cb26cf6cc1ac272288f1e.tar.xz hercules-efac9030a63b8353237cb26cf6cc1ac272288f1e.zip |
* [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
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|