Mercurial > wow > reaction
diff modules/ReAction_PetAction/ReAction_PetAction.lua @ 108:b2fb8f7dc780
ButtonFacade support
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Wed, 07 Jan 2009 00:57:02 +0000 |
parents | ad49739d110d |
children |
line wrap: on
line diff
--- a/modules/ReAction_PetAction/ReAction_PetAction.lua Tue Jan 06 21:10:03 2009 +0000 +++ b/modules/ReAction_PetAction/ReAction_PetAction.lua Wed Jan 07 00:57:02 2009 +0000 @@ -495,6 +495,13 @@ KBAttach(self) + -- attach to skinner + bar:SkinButton(self, + { + HotKey = self.hotkey, + } + ) + self:Refresh() self:SetKeybindMode(ReAction:GetKeybindMode())