Issue information

Issue ID
#4590
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
Nov 30, 2010 11:05
Last Post
Hercules Elf Bot
Apr 19, 2012 18:07
Confirmation
N/A

Hercules Elf Bot - Nov 30, 2010 11:05

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

CODE
// 0128 - (M) Log items stolen from mobs (Steal/Gank)
// 0512 - (M) Log MVP prize items

CODE
            if(log_config.enable_logs&0x200)    {//Logs items, MVP prizes [Lupus]
                log_pick_mob(md, "M", item.nameid, -1, NULL);
                if (!temp)
                    log_pick_pc(mvp_sd, "P", item.nameid, 1, NULL);
            }

CODE
    //Logs items, Stolen from mobs [Lupus]
    if(log_config.enable_logs&0x80) {
        log_pick_mob(md, "M", itemid, -1, NULL);
        log_pick_pc(sd, "P", itemid, 1, NULL);
    }


is this intended that they share the very same symbol "M"?

Hercules Elf Bot - Dec 6, 2011 16:48

Originally posted by [b]Ind[/b]
I guess it wouldn't be a problem if we changed it?

Hercules Elf Bot - Jan 25, 2012 14:41

Originally posted by [b]Gepard[/b]
Fixed in [rev=15519].