Issue information

Issue ID
#424
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Nov 16, 2007 19:32
Last Post
Hercules Elf Bot
Nov 16, 2007 19:32
Confirmation
N/A

Hercules Elf Bot - Nov 16, 2007 19:32

Originally posted by [b][Myst][/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=424

Hi,

I find a mistake in map/clif.c

You have forgotted main message loging when sending message at main_chat_nick.

This is my solution:

CODE
            // Chat logging type 'M' / Main Chat [Myst]
            if( log_config.chat&1 || (log_config.chat&32 && !(agit_flag && log_config.chat&64)) )
                log_chat("M", 0, sd->status.char_id, sd->status.account_id, mapindex_id2name(sd->mapindex), sd->bl.x, sd->bl.y, NULL, message);


Add this after
CODE
intif_announce(output, strlen(output) + 1, 0xFE000000, 0);


Thanks ^^

PS: i've didn't test this, because my test server is down.

PS 2 : Sorry for my very bad english ^^