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

Firelands/Alysrazor: Fix Firestorm bar #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

stako
Copy link
Contributor

@stako stako commented Nov 28, 2024

Currently, the FirestormOver method is supposed to be triggered by a SPELL_AURA_REMOVED combat log event:
self:Log("SPELL_AURA_REMOVED", "FirestormOver", 100744)

Turns out there are no aura-related events for Firestorm firing in the combat log for some reason.

Confirmed that the spell ID is correct for the aura.
mpc-hc64_amrndgrPmq

For a solution, using self:SimpleTimer(function() self:FirestormOver(args) end, 10) in the Firestorm method instead of self:Log("SPELL_AURA_REMOVED", "FirestormOver", 100744)

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