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 weird tricks + MCD interaction #3851

Merged
merged 1 commit into from
Oct 8, 2023

Conversation

lime-green
Copy link
Contributor

@lime-green lime-green commented Oct 8, 2023

Was causing rogue cooldowns not to be cast if tricks was cast pre-pull

mcdm.minReady = mcdm.majorCooldowns[0].ReadyAt()
}

// This function should be called if the CD for a major cooldown changes outside
// of the TryActivate() call.
func (mcdm *majorCooldownManager) UpdateMajorCooldowns() {
if mcdm.tryUsing {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

afaik it shouldn't be a big deal if this happens, and occurs for tricks because tricks needs to update MCD on its cast

@lime-green lime-green merged commit 20f14c5 into wowsims:master Oct 8, 2023
2 checks 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.

1 participant