Issue information

Issue ID
#68
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
Sep 18, 2007 19:39
Last Post
Hercules Elf Bot
Apr 19, 2012 15:31
Confirmation
N/A

Hercules Elf Bot - Sep 18, 2007 19:39

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

When feeding homunculus, the food used is not logged into picklog.

There are lines missing in mercenary.c, function merc_hom_food:
CODE
if(log_config.enable_logs&0x100)
log_pick_pc(sd, "C", sd->status.inventory[i].nameid, -1, &sd->status.inventory[i]);

next to pc_delitem.
Sorry for not providing diff file, but I don't use head revision and I'm too lazy to update things just to make a diff (IMG:style_emoticons/default/tongue.gif)

BTW, there's a lot of places where consumed items should be logged, but they aren't. This one is important, because it will help hunt people using food-macro while afk leveling.

Hercules Elf Bot - Jan 9, 2012 23:56

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