-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
superwow: ignore buff procs during cast
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
641476c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be honest, I can't understand the content of this update
641476c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem, I'll try to explain in more detail:
Each real spell starts the cast with a 'START' event. The 'CAST' event is used to update flags of a cast but also fires on procs. Let's imagine a Defias Mage who is casting Fireball while having a Frostshield on:
This update ignores all overlapping 'CAST' events, that didn't had a previous 'START' event.
So that real castbars like Fireball won't dissappear, when a spell like Frostshield procs.