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

Fix value of items bought from Wirt's shop #7565

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

Conversation

StephenCWills
Copy link
Member

@StephenCWills StephenCWills commented Nov 27, 2024

The game was already storing the adjusted price of the item in TempItem rather than BoyItem. All we really need to do is transfer BoyItem to the player's inventory instead of TempItem.

Note that this does have the very minor effect of diminishing the resale value of Wirt purchases in Diablo while boosting the resale value in Hellfire. That said, you're selling the item back at a loss regardless. Furthermore, even without this change, the resale value of Wirt purchases would go back to normal after regenerating the item anyway.

This resolves #7561

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.

[Issue Report]: Expensive Wirt items are considered invalid and cannot be used
1 participant