Создать пустой аддон и туда ...
PHP код:local __TargetFrame_UpdateAuras = TargetFrame_UpdateAuras
TargetFrame_UpdateAuras = function(self, ...)
if self.unit=="focus" then
return
end
return __TargetFrame_UpdateAuras(self, ...)
end

Создать пустой аддон и туда ...
PHP код:local __TargetFrame_UpdateAuras = TargetFrame_UpdateAuras
TargetFrame_UpdateAuras = function(self, ...)
if self.unit=="focus" then
return
end
return __TargetFrame_UpdateAuras(self, ...)
end



Ответить с цитированием