diff options
author | Haru <haru@dotalux.com> | 2019-08-25 17:44:10 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2019-08-26 00:28:35 +0200 |
commit | 0ca24c219b8a5a7cd4beb15d8384380f7e6fa9b5 (patch) | |
tree | e783569a6e8c96827798d552181775ded9850171 /src/char/mapif.h | |
parent | 247ec940d2efdcddbb3cf5d014ccdca42e1d2f0c (diff) | |
download | hercules-0ca24c219b8a5a7cd4beb15d8384380f7e6fa9b5.tar.gz hercules-0ca24c219b8a5a7cd4beb15d8384380f7e6fa9b5.tar.bz2 hercules-0ca24c219b8a5a7cd4beb15d8384380f7e6fa9b5.tar.xz hercules-0ca24c219b8a5a7cd4beb15d8384380f7e6fa9b5.zip |
Remove round-trip to the inter-server for the whisper-to-gm messages
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/char/mapif.h')
-rw-r--r-- | src/char/mapif.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/char/mapif.h b/src/char/mapif.h index 7cb7e4f3f..1b83243eb 100644 --- a/src/char/mapif.h +++ b/src/char/mapif.h @@ -185,7 +185,6 @@ struct mapif_interface { int (*account_reg_reply) (int fd,int account_id,int char_id, int type); int (*disconnectplayer) (int fd, int account_id, int char_id, int reason); int (*parse_broadcast) (int fd); - int (*parse_WisToGM) (int fd); int (*parse_Registry) (int fd); int (*parse_RegistryRequest) (int fd); void (*namechange_ack) (int fd, int account_id, int char_id, int type, int flag, const char *name); |