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 crash when skills granting buffs that rely on buffs are disabled. #7223

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

Paliak
Copy link
Contributor

@Paliak Paliak commented Jan 9, 2024

Fixes #7218

Description of the problem being solved:

activeSkill.skillData.repeatFrequency is nil when Penanace brand is disabled by Gruthkul's Pelt. When doing a second pass on the buffs granted by Penance brand that value is used to calculate max stages causing a crash.

@Paliak Paliak added the crash Causes PoB to crash and is High Priority label Jan 9, 2024
@LocalIdentity LocalIdentity merged commit 50053cc into PathOfBuildingCommunity:dev Jan 11, 2024
@Paliak Paliak deleted the issue-7218 branch January 20, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash Causes PoB to crash and is High Priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gruthkul's Pelt attempts arithmetic on nil value
2 participants