-end]]
-
---local function showIndicator(ind, caster, expires, current, config)
-local function showIndicator(ind, caster)
- --if not config.mine or UnitIsPlayer(caster) then
- if UnitIsPlayer(caster) then
- --if config.showIcon and not ind:IsShown() then
- if not ind:IsShown() then
- ind:Show();
- end
- --ind.expires = expires;
- --[[if config.showText then
- ind.text:SetText(remaining(expires, current));
- if not ind.text:IsShown() then ind.text:Show() end
- end]]