Display item_id of current item combo set (#5911)

- fix item_id aren't shown.
This commit is contained in:
HAO YAN 2021-04-29 16:10:15 +08:00 committed by GitHub
parent b52b3c9a40
commit 82ff5203ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12645,7 +12645,7 @@ int status_change_start(struct block_list* src, struct block_list* bl,enum sc_ty
}
if (current_equip_combo_pos && tick == INFINITE_TICK) {
ShowWarning("sc_start: Item combo contains an INFINITE_TICK duration. Skipping bonus.\n");
ShowWarning("sc_start: Item combo of item #%u contains an INFINITE_TICK duration. Skipping bonus.\n", sd->inventory_data[pc_checkequip(sd, current_equip_combo_pos)]->nameid);
return 0;
}