Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Rayford
Tukui
Commits
1a283691
Commit
1a283691
authored
Dec 13, 2018
by
Tukz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
https://www.tukui.org/forum/viewtopic.php?f=2&t=4598
parent
f1017880
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
Tukui/Modules/UnitFrames/Core.lua
Tukui/Modules/UnitFrames/Core.lua
+18
-0
No files found.
Tukui/Modules/UnitFrames/Core.lua
View file @
1a283691
...
...
@@ -1157,6 +1157,24 @@ function TukuiUnitFrames:Enable()
ORD
.
MatchBySpellName
=
false
end
end
if
T
.
WoWBuild
>=
28724
then
-- Remove this 8.1 ugly bar
local
PNPFrames
=
{
ClassNameplateManaBarFrame
,
ClassNameplateManaBarFrame
.
Border
,
ClassNameplateManaBarFrame
.
FeedbackFrame
,
ClassNameplateManaBarFrame
.
FullPowerFrame
,
ClassNameplateManaBarFrame
.
ManaCostPredictionBar
,
ClassNameplateManaBarFrame
.
background
,
ClassNameplateManaBarFrame
.
Texture
}
for
_
,
PNPFrame
in
pairs
(
PNPFrames
)
do
PNPFrame
:
ClearAllPoints
()
PNPFrame
:
SetParent
(
T
.
Panels
.
Hider
)
end
end
end
T
[
"UnitFrames"
]
=
TukuiUnitFrames
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment