diff options
author | shennetsind <ind@henn.et> | 2013-11-18 20:42:28 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-18 20:42:28 -0200 |
commit | ea7dd2157c6d92eb42da567032578ad47e790a8e (patch) | |
tree | 8a403564d745d2b36591c94c4b54d86755ecbfdb /src/map/chrif.h | |
parent | fbf2cb2d341e7fbca38291583ac56c7a98989500 (diff) | |
download | hercules-ea7dd2157c6d92eb42da567032578ad47e790a8e.tar.gz hercules-ea7dd2157c6d92eb42da567032578ad47e790a8e.tar.bz2 hercules-ea7dd2157c6d92eb42da567032578ad47e790a8e.tar.xz hercules-ea7dd2157c6d92eb42da567032578ad47e790a8e.zip |
Modified charban char server responding action
so that the char id is used instead of account id, thus not disconnecting the account id from map server unless the char id being banned is online, special thanks to haruna.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/chrif.h')
-rw-r--r-- | src/map/chrif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/chrif.h b/src/map/chrif.h index 56aa569a3..b69d34210 100644 --- a/src/map/chrif.h +++ b/src/map/chrif.h @@ -127,7 +127,7 @@ struct chrif_interface { int (*changemapserverack) (int account_id, int login_id1, int login_id2, int char_id, short map_index, short x, short y, uint32 ip, uint16 port); int (*changedsex) (int fd); int (*divorceack) (int char_id, int partner_id); - int (*accountban) (int fd); + int (*idbanned) (int fd); int (*recvfamelist) (int fd); int (*load_scdata) (int fd); void (*update_ip) (int fd); |