1) Вставь в любой аддон
2) Combat Indicator, в луа файле ищи строчки CTT:SetSize(26,26) и CFT:SetSize(26,26), значения в скобках - размерКод:hooksecurefunc("TextStatusBar_UpdateTextString",function(self) local text,value = self.TextString,self:GetValue() if value and value > 0 and text then text:SetText(value) end end)





