Commit b4645584 authored by Ivaria's avatar Ivaria
Browse files

Final comments for v2.69 release.

parent d74b49eb
......@@ -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;
......
......@@ -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;
......
......@@ -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;
......
......@@ -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
--------------------------------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment