OmniCC rule does not apply to "icons" type #519


  • Fixed
Closed
Assigned to michaelsp
  • Forge_User_89769681 created this issue Aug 3, 2017

    When creating a single icon the "Grid2" OmniCC rule works as intended. However, this does not work for the "icons" type.

  • Forge_User_89769681 posted a comment Aug 4, 2017

    I found that the IndicatorsIcons.lua script didn't set a frame name. Line 116:

    frame.cooldown = CreateFrame("Cooldown", nil, frame, "CooldownFrameTemplate")
    

    I changed 'nil' to 'Grid2IndicatorIcons' and used that as a rule in OmniCC. This is now workable for me.

  • michaelsp closed issue Sep 16, 2017
  • michaelsp added a tag Fixed Sep 16, 2017
  • michaelsp self-assigned this issue Sep 16, 2017

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