Nevcairiel / Quartz

Quartz is a modular approach to a casting bar addon for World of Warcraft
https://www.wowace.com/projects/quartz
24 stars 23 forks source link

[Feature Request] Show own immunity on interrupts on player castbar #92

Open SikeHS opened 3 months ago

SikeHS commented 3 months ago

You can show immunity on interrupts on target and focus. It would be really cool if you could see your own immunity on interrupts on the player castbar.

SikeHS commented 3 months ago

I think the necessary steps are (also includes pet-castbar):

Quartz

Player.lua line 99: --options.args.noInterruptGroup = nil

Pet.lua line 63: --options.args.noInterruptGroup = nil

CastbarTemplate.lua line 165: --if self.unit == "player" and not init then return end