Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Alexander Sommen
VuhDo
Commits
c7facb73
Commit
c7facb73
authored
6 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed mana bar display after specialization activation
parent
782e49a2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
VuhDoBarCustomizerMana.lua
VuhDoBarCustomizerMana.lua
+1
-1
VuhDoSpellEventHandler.lua
VuhDoSpellEventHandler.lua
+3
-0
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoBarCustomizerMana.lua
View file @
c7facb73
...
...
@@ -117,7 +117,7 @@ function VUHDO_manaBarBouquetCallback(aUnit, anIsActive, anIcon, aCurrValue, aCo
tRegularHeight
=
tButton
[
"regularHeight"
];
if
tRegularHeight
then
VUHDO_getHealthBar
(
tButton
,
1
):
SetHeight
(
tRegularHeight
-
tManaBarHeight
);
if
(
tQuota
>
0
)
then
if
anIsActive
then
VUHDO_getHealthBar
(
tButton
,
6
):
SetHeight
(
tRegularHeight
-
tManaBarHeight
);
VUHDO_getHealthBar
(
tButton
,
19
):
SetHeight
(
tRegularHeight
-
tManaBarHeight
);
end
...
...
This diff is collapsed.
Click to expand it.
VuhDoSpellEventHandler.lua
View file @
c7facb73
...
...
@@ -96,6 +96,9 @@ function VUHDO_spellcastSucceeded(aUnit, aSpellId)
if
tSpellName
==
VUHDO_SPELL_ID
.
ACTIVATING_SPECIALIZATION
then
VUHDO_activateSpecc
(
tostring
(
GetSpecialization
())
or
"1"
);
VUHDO_resetTalentScan
(
aUnit
);
VUHDO_initDebuffs
();
-- Talentabhngige Debuff-Fhigkeiten neu initialisieren.
VUHDO_timeReloadUI
(
1
);
end
VUHDO_aoeUpdateAll
();
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
c7facb73
...
...
@@ -14,6 +14,7 @@ Known issues:
Bugfixes:
-- Fixed vertical health bar display for units w/o a power bar
-- Fixed mana bar display after specialization activation
Improvements:
...
...
This diff is collapsed.
Click to expand it.
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