Mercurial > wow > buffalo2
diff Modules/BuffFrame.lua @ 122:ea2c616a3b4f
Standardize anchor variables
- anchorGroup sets general position, defers to anchorPoint
- anchorPoint and anchorFrom are used in SetPoint, deferring to anchorGroup and its inverse
Artifact Power:
- scan and update triggers trimmed down
BuffFrame:
- extra values can be right clicked to hide for particular auras
LFG:
- Desolate Host link placed above Sisters when searching for best cheevos
TalkingHead
- Re-enable TalkingHeadFrame click behaviour
author | Nenue |
---|---|
date | Mon, 21 Aug 2017 22:15:46 -0400 |
parents | 1f68c46bc4de |
children | 414e37af1b1b |
line wrap: on
line diff
--- a/Modules/BuffFrame.lua Mon Jul 17 11:51:31 2017 -0400 +++ b/Modules/BuffFrame.lua Mon Aug 21 22:15:46 2017 -0400 @@ -393,6 +393,8 @@ button.index = i button:RegisterForClicks('AnyUp') button:SetScript('OnClick', Audit_OnClick) + button:SetScript('OnEvent', Audit_OnEvent) + button:RegisterEvent('POWER_REGEN_ENABLED') button:SetPoint('TOPLEFT', 0, (i-1) * 16 * -1) facade.Audit[i] = button end