Issue information

Issue ID
#4173
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Apr 6, 2010 20:24
Last Post
Hercules Elf Bot
Apr 6, 2010 20:24
Confirmation
N/A

Hercules Elf Bot - Apr 6, 2010 20:24

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

in atcommand_refine, when you do not give it any parameters it prints a list of equip position values that are incorrect, according to the source it is printing the equip_index constants but in practice it only behaves correctly with the equip_pos constants

solution was replacing these:
sprintf(atcmd_output, "%d: Left Accessory", EQI_ACC_L);

with
sprintf(atcmd_output, "%d: Left Accessory", EQP_ACC_L);

for each

This post has been edited by sheepie: Apr 6 2010, 01:29 PM