This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
It seems that the tick count on shadow priest's mind flay and mind sear spells is wrong. Currently in game Castbars shows 3 ticks per fresh cast, yet they both tick 4 times.
Manually changing
[GetSpellInfo(193473) or ""] = 1, -- Mind Flay [GetSpellInfo(48045) or ""] = 1, -- Mind Sear
to
[GetSpellInfo(193473) or ""] = 0.75, -- Mind Flay [GetSpellInfo(48045) or ""] = 0.75, -- Mind Sear
in Castbars.lua fixed those for me, but i'm not sure if it's a good way to go about it.
To post a comment, please login or register a new account.