Added a bracket... -_-

Maybe I should write and test code on my computer rather than using Git as an IDE and commits as the save button...
This commit is contained in:
NinjaOfLU 2022-04-14 00:15:45 +01:00 committed by GitHub
parent 1d1f479387
commit cdbb42badf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5448,7 +5448,7 @@ void GameMessages::HandleRemoveItemFromInventory(RakNet::BitStream* inStream, En
if (missionComponent != nullptr)
{
missionComponent->Progress(MissionTaskType::MISSION_TASK_TYPE_ITEM_COLLECTION, item->GetLot(), LWOOBJID_EMPTY, "", -std::min<uint32_t>(item->GetCount(), iStackCount);
missionComponent->Progress(MissionTaskType::MISSION_TASK_TYPE_ITEM_COLLECTION, item->GetLot(), LWOOBJID_EMPTY, "", -std::min<uint32_t>(item->GetCount(), iStackCount));
}
}
}