Quantcast
local T, C, L = unpack(Tukui)
if not C.unitframes.enable then return end
local oUF = oUFTukui or oUF

local barTex = T.GetBarTexture()

T.groupframefuncs["TukuiRaid25"] = function(self)
	if self.Power then self.Power:Kill() end

	if C.unitframes.unicolor then
		self:Tag(self.Name, '[raidcolor][Tukui:namemedium] [Tukui:dead][Tukui:afk]')
	end
end