Mercurial > wow > buffalo2
view Modules/GuildInfo.lua @ 107:ff00679a7817
- Template config creation includes sub-tables keyed by player guid
author | Nenue |
---|---|
date | Sun, 29 Jan 2017 09:57:09 -0500 |
parents | 1e511e9aaca5 |
children | a41f6b74709a |
line wrap: on
line source
VeneerRosterKunMixin = { addonTrigger = 'Blizzard_GuildUI', anchorFrame = 'GuildFrame', anchorPoint = 'TOPLEFT', } local module = VeneerRosterKunMixin function module:OnLoad() Veneer:AddHandler(self, self.anchorPoint) self:RegisterEvent('GUILD_ROSTER_UPDATE') self:RegisterEvent('GUILD_TRADESKILL_UPDATE') end function module:OnEvent() end