Wrong number of ticks on Shadow Priest's channeled spells #168


Open
  • Forge_User_80353631 created this issue Jul 27, 2020

    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.

  • Forge_User_80353631 edited description Jul 27, 2020
  • Forge_User_80353631 edited title and description Jul 27, 2020

To post a comment, please login or register a new account.