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

[Bug Fix] #augmentitem bypasses augment restrictions #3332

Merged
merged 2 commits into from May 7, 2023

Conversation

Kinglykrab
Copy link
Contributor

Notes

  • Object::HandleAugmentation did not properly check for augrestrict values. This allowed augment restrictions to be bypassed with #augmentitem or anything else that uses this method.
  • Client::SummonItem already properly checked these, so I just broke it out into a Client::IsAugmentRestricted() method.

# Notes
- `Object::HandleAugmentation` did not properly check for `augrestrict` values. This allowed augment restrictions to be bypassed with `#augmentitem` or anything else that uses this method.
- `Client::SummonItem` already properly checked these, so I just broke it out into a `Client::IsAugmentRestricted()` method.
@Kinglykrab Kinglykrab merged commit 5475615 into master May 7, 2023
2 checks passed
@Kinglykrab Kinglykrab deleted the bug_fix/augmentitem_restriction branch May 7, 2023 15:40
@Akkadius Akkadius mentioned this pull request May 30, 2023
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.

None yet

2 participants