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

Dragonflight prepatch fixes #6

Merged
merged 1 commit into from
Nov 3, 2022
Merged

Dragonflight prepatch fixes #6

merged 1 commit into from
Nov 3, 2022

Conversation

codengine
Copy link
Contributor

No description provided.

end
fd.furyGenerator = furyGenerator

local poolingForMeta = cooldown[HV.Metamorphosis].remains < 6 and furyDeficit > 30
Copy link
Contributor

Choose a reason for hiding this comment

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

I probably have it in mine too as a hold over from previous coding but why have a local you never use?

Wouldn't this make more sense?
fd.poolingForMeta = cooldown[HV.Metamorphosis].remains < 6 and furyDeficit > 30

@pwilkowski pwilkowski merged commit ea4a61c into kaminaris:master Nov 3, 2022
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

3 participants