mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
16 lines
402 B
XML
16 lines
402 B
XML
<Ui xmlns="http://www.blizzard.com/wow/ui/">
|
|
<Frame name="oUF_GroupHeaderTemplate" hidden="true" virtual="true">
|
|
<Scripts>
|
|
<OnLoad>
|
|
this:RegisterEvent("PARTY_MEMBERS_CHANGED")
|
|
this:RegisterEvent("RAID_ROSTER_UPDATE")
|
|
</OnLoad>
|
|
<OnEvent>
|
|
SecureGroupHeader_OnEvent(this, event)
|
|
</OnEvent>
|
|
<OnShow>
|
|
SecureGroupHeader_Update(this)
|
|
</OnShow>
|
|
</Scripts>
|
|
</Frame>
|
|
</Ui> |