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

Added null check to killshot aq2.5 set #1151

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

ncberman
Copy link
Contributor

Forgot to add null check for a rune spell tier set bonus

Comment on lines 465 to 467
if hunter.KillShot != nil {
hunter.KillShot.DamageMultiplier *= 1.50
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could probably just do this after assigning hunter to never even register the aura since this set only affects kill shot

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually we should do it on the 2p too now that I think about it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah good point, I added it to all the new set bonuses that are entirely focused on a rune spell

@kayla-glick kayla-glick merged commit 6533930 into wowsims:master Nov 15, 2024
1 check passed
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