mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
remove temp folder structure
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user