Stanzilla / WoWUIBugs

World of Warcraft UI Bug Tracker
161 stars 7 forks source link

UnitChannelInfo() returns `nil` during the final stage of an empowered cast #355

Open ascott18 opened 1 year ago

ascott18 commented 1 year ago
  1. Be an Evoker
  2. Charge up an empowered spell to its final stage (3 or 4 depending on Font of Magic talent).
  3. UnitChannelInfo("player") returns nil, despite the cast still being in progress. It has valid returns for all stages of empowerment before the last stage.
ascott18 commented 1 year ago

Slightly related, would also love to know what the return from UnitChannelInfo is between spellID and numStages. Current retail Blizzard UI doesn't use it.