Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid unnecessary mall searches #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

birkett83
Copy link
Contributor

If you have items (e.g. equipment) set to sell but keep 1 (or more), keeping tabs will do a mall search for each to determine whether the item should be autosold or put in the mall, even if none would actually be sold. This patch avoids those unnecessary mall searches.

If you have items (e.g. equipment) set to sell but keep 1 (or more),
keeping tabs will do a mallsearch for each to detemine whether the item
should be autosold or put in the mall, even if none would actually be
sold. This patch avoids those unnecessary mall searches.
@pstalcup
Copy link
Contributor

Sorry about the delay in getting back to you - This change looks good, but I've merged in a few other PRs that create conflict. If you fix the conflicts I'm glad to merge it!

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.

2 participants