129 - [FIX] CastingBar don't hide cast-progress anymore!
(Please select WikiCreole as "Markup type", thanks! You can delete this line afterwards.)
Patch
What version of pbInfo do you use?
v0.50-fix
What does the provided patch do?
since the Castbar % info is still hidden after 50% of a cast, this patch fixes this issue finally
Please provide any additional information below.
to fix this, please change line in pbInfo - Xml/CastingBar.xml: old:
<Frame name="pbInfoCastingBar" hidden="false" parent="UIParent" frameStrata="DIALOG">
new (fixed now!):
<Frame name="pbInfoCastingBar" hidden="false" parent="UIParent" frameLevel="10000" frameStrata="DIALOG">
regrats skitey
- 1 comment
- 1 comment
- Reply
- #1
Mavoc Jan 11, 2011 at 05:41 UTC - 0 likesa better fix is to change the parent to CastingBarFrame, since it is a child, it is always displayed on top of it