Display item_id of current item combo set (#5911)
- fix item_id aren't shown.
This commit is contained in:
parent
b52b3c9a40
commit
82ff5203ef
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user