There are no reported bugs with this, but it probably needs changed anyway. The argument passed in to this hook is of type u16*, while the enhancement file converts it to an ItemId*. ItemId is an enum that goes up to 255, meaning it could be 8 bits instead of a full 16 bits.
There are no reported bugs with this, but it probably needs changed anyway. The argument passed in to this hook is of type
u16*
, while the enhancement file converts it to anItemId*
.ItemId
is an enum that goes up to 255, meaning it could be 8 bits instead of a full 16 bits.Build Artifacts