mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-17 15:05:05 -05:00
Fixes issues with approaching bottleable items.
This commit is contained in:
parent
5998dcff7a
commit
7e0e8c63af
@ -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