View Single Post
11-29-12, 10:04 PM   #8
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
It's the same frame that handles the action button's regular cooldown, but it may be split into regions somehow. I don't know if it's possible to only hide the LoC part.

You could try just doing this, no idea if the taint will interfere with anything:
lua Code:
  1. getmetatable(ActionButton1Cooldown).__index.SetLossOfControlCooldown = function() end

Last edited by semlar : 11-29-12 at 10:26 PM.