From ad68aa2f97c106e20e4876ff282586022200230e Mon Sep 17 00:00:00 2001 From: NoM0Re <1629787+NoM0Re@users.noreply.github.com> Date: Thu, 3 Jul 2025 20:50:53 +0200 Subject: [PATCH] (fix/Prototypes): update Group Leader/Assist load option correctly --- WeakAuras/Prototypes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeakAuras/Prototypes.lua b/WeakAuras/Prototypes.lua index 1998676..a99f4c2 100644 --- a/WeakAuras/Prototypes.lua +++ b/WeakAuras/Prototypes.lua @@ -1253,7 +1253,7 @@ Private.load_prototype = { display = WeakAuras.newFeatureString .. L["Group Leader/Assist"], type = "multiselect", init = "arg", - events = {"PARTY_LEADER_CHANGED", "RAID_ROSTER_UPDATE"}, + events = {"PARTY_LEADER_CHANGED", "PLAYER_FLAGS_CHANGED", "RAID_ROSTER_UPDATE"}, values = "group_member_types", test = "Private.ExecEnv.CheckGroupMemberType(%s, group_leader)", optional = true,