Druid Player Combo Points do not work
evan-xie opened this issue ยท 2 comments
edit 'LUI\unitframes\core\elements\classicons.lua ' line 223
if(PlayerClass
== 'ROGUE' or PlayerClass == 'DRUID') then
ClassPowerID = Enum.PowerType.ComboPoints or 4
ClassPowerType = 'COMBO_POINTS'
if(PlayerClass == 'DRUID') then
RequireForm = CAT_FORM
--RequireSpell = 5221 -- Shred
end
end
`