WeakAuras

WeakAuras

206M Downloads

"Item" "Cooldown Ready Event (Slot)" triggers don't return the item's name in the given slot

MarkoRacz opened this issue ยท 2 comments

commented

Describe the bug

"Item" "Cooldown Ready Event (Slot)" triggers don't return the item's name in the given slot

Do you have an error log of what happened?

no

To Reproduce

create "Item" "Cooldown Ready Event (Slot)" trigger

#Screenshots

Did you try having WeakAuras as the only enabled addon and everything else (especially something like ElvUI) disabled?

yes

Which version of WeakAuras are you using?

3.2.1

Are you on World of Warcraft Classic or Retail?

  • Classic
  • Retail

Was it working in a previous version? If yes, which was the last good one?

don't know

Additional Info

commented

function()
local itemId = GetInventoryItemID("player", 13);
local itemName = GetItemInfo(itemId)
return itemName
end

commented

trying to Abbreviate the returned itemName via the Format Options does not work