oUF-wow / oUF

WoW AddOn - Unit frame framework.
MIT License
221 stars 58 forks source link

castbar: Improve empowered cast handling #654

Closed ls- closed 1 year ago

ls- commented 1 year ago

Empowered casts needed some love.

First of all, I added missing PostUpdatePips callback, users basically had no other option, but to override CreatePips and then jump through the hoops in PostCastStart.

Secondly, I added PostUpdateStage to notify the layout whenever the current stage changes.