Mercurial > wow > kbf
diff KBF.xml @ 65:e19d0380b9f3
finished investigation into the 4.3 issues, clean up to address some of the bugs that were fixed
author | Chris Mellon <arkanes@gmail.com> |
---|---|
date | Sat, 03 Dec 2011 07:30:24 -0600 |
parents | 15b9e97ab2d2 |
children | 6f1457157688 |
line wrap: on
line diff
--- a/KBF.xml Fri Dec 02 06:15:35 2011 -0600 +++ b/KBF.xml Sat Dec 03 07:30:24 2011 -0600 @@ -20,6 +20,25 @@ </Scripts> </Button> + <Button name="KBFSecureWeaponEnchantTemplate" inherits="SecureActionButtonTemplate" virtual="true"> + <Attributes> + <Attribute name="type" value="cancelaura" /> + <Attribute name="toggleForVehicle" value="true" /> + <Attribute name="unit" value="player" /> + </Attributes> + <Size> + <AbsDimension x="216" y="16" /> + </Size> + <Scripts> + <OnEnter> + KBF:OnEnter(self, motion) + </OnEnter> + <OnLeave> + GameTooltip:Hide(); + </OnLeave> + </Scripts> + </Button> + <Button name="KBFConsolidatedProxyTemplate" inherits="" virtual="true"> <Attributes> <Attribute name="type" value="cancelaura" />