Results: 1Comments by: SirPsychoMantis
File: Trinket Menu Classic09-20-19
Figured out how to get it working,...
Posted By: SirPsychoMantis
Figured out how to get it working, for some reason the Queue won't work without "Notify When Ready" or "Notify at 30 sec" enabled. Changes needed in TrinketMenuQueue.lua: UnitCastingInfo("player") -> CastingInfo() UnitAura("player",buff) -> AuraUtil.FindAuraByName(buff,"player") Works flawlessly with these changes so far