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

T.unitframefuncs["TukuiPet"] = function(self)
	local enabled, width, height = T.GetUnitConfig("pet")

	local panel = self.panel

	self.Health:ClearAllPoints()
	self.Health:AllPoints(self, 2)

	if self.Power then self.Power:Kill() end
	if self.Castbar then self.Castbar:Kill() end

	self:Tag(self.Name, '[st:nameshort] [Tukui:diffcolor][level] [shortclassification]')

	self:AddDetail(10, height, "LEFT", self, "RIGHT", 3, 0)
	-- self:CreateAuraTracker(height, "RIGHT", self.Detail, "LEFT", -3, 0)
end