Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions EllesmereUICooldownManager/EllesmereUICooldownManager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7596,6 +7596,11 @@ local function _ResolveSlotBinding(slot, key, tier)
-- through to the body scan, which is the whole point: that answer
-- is state-dependent and hides the other branches.
if not _stableMode then return end
elseif subType == "item" and id then
-- Same contract, item side (e.g. "/use 13" trinket macros): `id`
-- is the actual itemID, straight from Blizzard, not the body scan.
_SetKeybind(-id, formatted, macroRank)
if not _stableMode then return end
end
-- For everything else `id` from GetActionInfo is NOT a reliable
-- identifier -- resolve the real macro index via its name instead
Expand Down