diff options
author | Haru <haru@dotalux.com> | 2018-04-18 00:16:50 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2018-04-22 21:17:44 +0200 |
commit | 5dd8a9165d1cd228124c2d9e07c8c38e47251dd6 (patch) | |
tree | a9c83998379999c33e875a4e593066efeabc7e3d /src/char/inter.c | |
parent | 14432c034f4c87e06651e89f04df714dc76036a1 (diff) | |
download | hercules-5dd8a9165d1cd228124c2d9e07c8c38e47251dd6.tar.gz hercules-5dd8a9165d1cd228124c2d9e07c8c38e47251dd6.tar.bz2 hercules-5dd8a9165d1cd228124c2d9e07c8c38e47251dd6.tar.xz hercules-5dd8a9165d1cd228124c2d9e07c8c38e47251dd6.zip |
Remove the stat-reporting mechanism
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/char/inter.c')
-rw-r--r-- | src/char/inter.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/char/inter.c b/src/char/inter.c index b095a046d..cd363e8a2 100644 --- a/src/char/inter.c +++ b/src/char/inter.c @@ -2,7 +2,7 @@ * This file is part of Hercules. * http://herc.ws - http://github.com/HerculesWS/Hercules * - * Copyright (C) 2012-2016 Hercules Dev Team + * Copyright (C) 2012-2018 Hercules Dev Team * Copyright (C) Athena Dev Teams * * Hercules is free software: you can redistribute it and/or modify @@ -1411,7 +1411,6 @@ int inter_parse_frommap(int fd) case 0x3005: mapif->parse_RegistryRequest(fd); break; case 0x3006: mapif->parse_NameChangeRequest(fd); break; case 0x3007: mapif->parse_accinfo(fd); break; - /* 0x3008 is used by the report stuff */ default: if( inter_party->parse_frommap(fd) || inter_guild->parse_frommap(fd) |