[request] Hide debuffs for "hostile" bar
Sorry, can not find a better way to post a request for a new implementation. I realy would like to see an option to "hide" debuffs for hostile bar (i'm actively using target and focus panels for "hostile"). Somewhere here Debuffs->Visuals->Ignore debuffs for hostile
i've made a simple change in \VuhDo\VuhDoBarCustomizerDebuffIcon.lua
Ln287
changed
if not tFound and then
to
if not tFound and UnitIsFriend("player", VUHDO_unitInfo["aUnit"]) then
i know this is completely not the right place, but the fastest i've found (color you can configure in Boquetes, but not the debuff icon), also hopeffuly you got the idea.
Thanks :)