diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-04-17 04:16:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-05-05 22:22:05 +0300 |
commit | fb489a671b38375f8acecff79b9bdacc265d0abe (patch) | |
tree | 109b6d3388fc006db4cd6fabde53beb56a04e4db /src/map/clif.c | |
parent | 200bb9f2408d0abb805c8352750a9d4949fbed78 (diff) | |
download | hercules-fb489a671b38375f8acecff79b9bdacc265d0abe.tar.gz hercules-fb489a671b38375f8acecff79b9bdacc265d0abe.tar.bz2 hercules-fb489a671b38375f8acecff79b9bdacc265d0abe.tar.xz hercules-fb489a671b38375f8acecff79b9bdacc265d0abe.zip |
Remove fixme comment for reduce spam from lgtm ont github
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 91965cce1..6e2031271 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -9527,7 +9527,7 @@ static void clif_chatname_ack(int fd, struct block_list *bl) packet.packet_id = HEADER_ZC_ACK_REQNAME_TITLE; packet.gid = bl->id; -#if 0 //FIXME: Clients DO request this... what should be done about it? The chat's title may not fit... [Skotlex] +#if 0 // Clients DO request this... what should be done about it? The chat's title may not fit... [Skotlex] memcpy(packet.name, BL_UCCAST(BL_CHAT, bl)->title, NAME_LENGTH); #if PACKETVER_MAIN_NUM >= 20180207 || PACKETVER_RE_NUM >= 20171129 || PACKETVER_ZERO_NUM >= 20171130 struct unit_data *ud = unit->bl2ud(bl); |