Add Set Raid Mark submenu to target, party, and raid frame context menus

Implements setRaidMark() using the existing RaidTargetUpdatePacket and exposes
it via right-click on target frame, party member frames, and raid cell frames.
This commit is contained in:
Kelsi 2026-03-12 00:39:56 -07:00
parent c0f19f5883
commit c13e18cb55
3 changed files with 70 additions and 0 deletions

View file

@ -1031,6 +1031,8 @@ public:
if (raidTargetGuids_[i] == guid) return static_cast<uint8_t>(i);
return 0xFF;
}
// Set or clear a raid mark on a guid (icon 0-7, or 0xFF to clear)
void setRaidMark(uint64_t guid, uint8_t icon);
// ---- LFG / Dungeon Finder ----
enum class LfgState : uint8_t {