mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 09:33:51 +00:00
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:
parent
c0f19f5883
commit
c13e18cb55
3 changed files with 70 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue