Issue Information
-
#000068
-
1 - Low
-
Fixed
Issue Confirmations
-
Yes (0)No (0)
Originally posted by Gepard
http://www.eathena.w...cker&showbug=68
When feeding homunculus, the food used is not logged into picklog.
There are lines missing in mercenary.c, function merc_hom_food:
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.
http://www.eathena.w...cker&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]);
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.