Added API Details.UnitInfo and Details.UnitTexture
UnitInfo return information about the unit and UnitTexture return the texture for the class and spec for the unit.
This commit is contained in:
@@ -3042,9 +3042,9 @@ local hide_click_func = function()
|
||||
--empty
|
||||
end
|
||||
|
||||
function _detalhes:InstanceAlert (msg, icon, time, clickfunc, doflash)
|
||||
function _detalhes:InstanceAlert (msg, icon, time, clickfunc, doflash, forceAlert)
|
||||
|
||||
if (_detalhes.streamer_config.no_alerts) then
|
||||
if (not forceAlert and _detalhes.streamer_config.no_alerts) then
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user