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
Croc
VuhDo
Commits
b4645584
Commit
b4645584
authored
9 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Final comments for v2.69 release.
parent
d74b49eb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
VuhDo.lua
VuhDo.lua
+2
-1
VuhDoBarCustomizerTarget.lua
VuhDoBarCustomizerTarget.lua
+1
-0
VuhDoTooltip.lua
VuhDoTooltip.lua
+1
-1
changelog.txt
changelog.txt
+2
-1
No files found.
VuhDo.lua
View file @
b4645584
...
...
@@ -84,7 +84,8 @@ local UnitIsDeadOrGhost = UnitIsDeadOrGhost;
local
UnitIsFeignDeath
=
UnitIsFeignDeath
;
local
UnitExists
=
UnitExists
;
local
UnitHealth
=
UnitHealth
;
--local UnitHealthMax = UnitHealthMax;
-- Disable local alias so function can be overloaded by Velhari Health Fix addon
--local UnitHealthMax = UnitHealthMax;
local
string
=
string
;
local
UnitIsAFK
=
UnitIsAFK
;
local
UnitIsConnected
=
UnitIsConnected
;
...
...
This diff is collapsed.
Click to expand it.
VuhDoBarCustomizerTarget.lua
View file @
b4645584
...
...
@@ -7,6 +7,7 @@ local VUHDO_TOT_GUIDS = { };
-------------------------------------------------
local
UnitClass
=
UnitClass
;
local
UnitPowerType
=
UnitPowerType
;
-- Disable local alias so function can be overloaded by Velhari Health Fix addon
--local UnitHealthMax = UnitHealthMax;
local
UnitHealth
=
UnitHealth
;
local
UnitName
=
UnitName
;
...
...
This diff is collapsed.
Click to expand it.
VuhDoTooltip.lua
View file @
b4645584
...
...
@@ -10,7 +10,7 @@ local UnitPowerType = UnitPowerType;
local
UnitPower
=
UnitPower
;
local
UnitPowerMax
=
UnitPowerMax
;
local
UnitHealth
=
UnitHealth
;
--
local UnitHealthMax = UnitHealthMax;
local
UnitHealthMax
=
UnitHealthMax
;
local
UnitIsConnected
=
UnitIsConnected
;
local
UnitIsAFK
=
UnitIsAFK
;
local
UnitIsDND
=
UnitIsDND
;
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
b4645584
...
...
@@ -28,7 +28,8 @@ Improvements:
-- Added healer legendary ring buff Etheralus as a HoT/absorb
-- Added Fel Lord Zakuun Befouled debuff absorb tracking
-- Added Tyrant Velhari Touch of Harm debuff absorb tracking
-- Added support for Velhari Health Fix addon
-- Added support for VelhariRaidFrameAdjust and Velhari Health Fix addons
-- Note only Velhari Health Fix versions greater than 1.0 will work
--------------------------------------------------------------
...
...
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