Mercurial > wow > buffalo2
diff Modules/GuildInfo.xml @ 102:1e511e9aaca5
- clean up handler loading inconsistencies; exclude free frames from anchor cluster iterations, and remove extraneous PLAYER_LOGIN handling
- added a Setup method to the handler template that creates and reconciles a SavedVariables table for that module
author | Nenue |
---|---|
date | Wed, 25 Jan 2017 23:11:27 -0500 |
parents | bb38bc0e787f |
children | 1f68c46bc4de |
line wrap: on
line diff
--- a/Modules/GuildInfo.xml Sat Jan 21 20:12:17 2017 -0500 +++ b/Modules/GuildInfo.xml Wed Jan 25 23:11:27 2017 -0500 @@ -0,0 +1,10 @@ +<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ +..\FrameXML\UI.xsd"> + <Script file="GuildInfo.lua" /> + + <Frame name="$parentRosterKun" mixin="VeneerRosterKunMixin" parent="Veneer" inherits="VeneerHandlerTemplate"> + + + </Frame> + + </Ui> \ No newline at end of file