Skip to content

Fix bug that prevented restocking arms dealer inventory#169

Merged
Asdow merged 1 commit into
masterfrom
armsdealerinit
Jun 22, 2023
Merged

Fix bug that prevented restocking arms dealer inventory#169
Asdow merged 1 commit into
masterfrom
armsdealerinit

Conversation

@Asdow
Copy link
Copy Markdown
Contributor

@Asdow Asdow commented Jun 22, 2023

if (numTotalItems.count(usItemIndex) == 1 ) would prevent dealers to reorder items if their current stock was zero

if (numTotalItems.count(usItemIndex) == 1 ) would prevent dealers to reorder items if their current stock was zero
@Asdow Asdow merged commit 82aa1a6 into master Jun 22, 2023
@Asdow Asdow deleted the armsdealerinit branch June 22, 2023 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant