I was looking to grab tooltip info to feed a progress bar to track Aspect of Harmony. The custom duration I'm using doesn't seem to work anymore. How could I change this to grab the tooltip info for first return value?
function()
local health = UnitHealthMax("player");
local name, icon, count, dispelType, duration, expirationTime, source, isStealable, nameplateShowPersonal, spellId, canApplyAura, isBossDebuff, castByPlayer, nameplateShowAll, timeMod, tooltip1 = WA_GetUnitBuff("player", "Aspect of Harmony" , "")
return tooltip1, health, 0, 0
end