Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions CT_UnitFrames/CT_AssistFrame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,9 @@ function CT_AssistFrame_OnLoad(self)
_G[thisName.."MyHealPredictionBar"],
_G[thisName.."OtherHealPredictionBar"],
_G[thisName.."TotalAbsorbBar"],
_G[thisName.."TotalAbsorbBarOverlay"],
_G[thisName.."TextureFrameOverAbsorbGlow"],
_G[thisName.."TextureFrameOverHealAbsorbGlow"],
_G[thisName.."HealAbsorbBar"],
_G[thisName.."HealAbsorbBarLeftShadow"],
_G[thisName.."HealAbsorbBarRightShadow"]
_G[thisName.."HealAbsorbBar"]
)
else
UnitFrame_Initialize(self,
Expand Down
5 changes: 0 additions & 5 deletions CT_UnitFrames/CT_AssistFrame.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,8 @@
<Texture name="$parentMyHealPredictionBar" inherits="MyHealPredictionBarTemplate"/>
<Texture name="$parentOtherHealPredictionBar" inherits="OtherHealPredictionBarTemplate"/>
<Texture name="$parentHealAbsorbBar" inherits="HealAbsorbBarTemplate"/>
<Texture name="$parentHealAbsorbBarLeftShadow" inherits="HealAbsorbBarLeftShadowTemplate"/>
<Texture name="$parentHealAbsorbBarRightShadow" inherits="HealAbsorbBarRightShadowTemplate"/>
<Texture name="$parentTotalAbsorbBar" inherits="TotalAbsorbBarTemplate"/>
</Layer>
<Layer level="ARTWORK" textureSubLevel="1">
<Texture name="$parentTotalAbsorbBarOverlay" inherits="TotalAbsorbBarOverlayTemplate"/>
</Layer>
</Layers>
<Frames>
<Frame name="$parentTextureFrame" parentKey="textureFrame" setAllPoints="true">
Expand Down
5 changes: 0 additions & 5 deletions CT_UnitFrames/CT_FocusFrame.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,8 @@
<Texture name="$parentMyHealPredictionBar" inherits="MyHealPredictionBarTemplate"/>
<Texture name="$parentOtherHealPredictionBar" inherits="OtherHealPredictionBarTemplate"/>
<Texture name="$parentHealAbsorbBar" inherits="HealAbsorbBarTemplate"/>
<Texture name="$parentHealAbsorbBarLeftShadow" inherits="HealAbsorbBarLeftShadowTemplate"/>
<Texture name="$parentHealAbsorbBarRightShadow" inherits="HealAbsorbBarRightShadowTemplate"/>
<Texture name="$parentTotalAbsorbBar" inherits="TotalAbsorbBarTemplate"/>
</Layer>
<Layer level="ARTWORK" textureSubLevel="1">
<Texture name="$parentTotalAbsorbBarOverlay" inherits="TotalAbsorbBarOverlayTemplate"/>
</Layer>
</Layers>
<Frames>
<Frame name="$parentTextureFrame" parentKey="textureFrame" setAllPoints="true">
Expand Down