Issue information

Issue ID
#4981
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 26, 2011 13:23
Last Post
Hercules Elf Bot
Jun 26, 2011 13:23
Confirmation
N/A

Hercules Elf Bot - Jun 26, 2011 13:23

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

CODE
                    if (j == 1)
                        sprintf(atcmd_output2, " %s  %02.02f%%", item_data->name, (float)mob->mvpitem[i].p / 100);
                    else
                        sprintf(atcmd_output2, " - %s  %02.02f%%", item_data->name, (float)mob->mvpitem[i].p / 100);

When showing MvP drops it shows their 'AegisName' field, instead of jname unlike the common drops.