mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-25 17:48:50 -05:00
Fixes issues with approaching bottleable items.
This commit is contained in:
parent
d541ea3b39
commit
202805531f
@ -6104,7 +6104,7 @@ s32 func_8083E5A8(Player* this, GlobalContext* globalCtx) {
|
||||
this->getItemId = iREG(68);
|
||||
}
|
||||
|
||||
if (this->getItemId < GI_MAX || (gSaveContext.n64ddFlag && this->getItemId < RG_MAX)) {
|
||||
if (this->getItemId < GI_MAX) {
|
||||
GetItemEntry giEntry;
|
||||
if (this->getItemEntry.objectId == OBJECT_INVALID) {
|
||||
giEntry = ItemTable_Retrieve(this->getItemId);
|
||||
|
Loading…
Reference in New Issue
Block a user