Commit 7f11a2d0 authored by Ivaria's avatar Ivaria
Browse files

Merge branch 'master' into tbcc

parents 1e40aa7f 848b302d
......@@ -36,7 +36,9 @@ setmetatable(VUHDO_PANEL_UNITS, VUHDO_META_NEW_ARRAY);
-- TODO: make local
VUHDO_BOSS_UNITS = { };
for i = 1, MAX_BOSS_FRAMES do
local VUHDO_MAX_BOSS_FRAMES = 8;
for i = 1, VUHDO_MAX_BOSS_FRAMES do -- FIXME: Blizzard forgot to update the MAX_BOSS_FRAMES constant for 9.2
local bossUnitId = format("boss%d", i);
VUHDO_BOSS_UNITS[bossUnitId] = true;
......
......@@ -2,7 +2,7 @@
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.132-tbcc
## Version: 3.133-tbcc
## Notes: Raid Frames providing click-heal functionality, buff and debuff control, main tank management and much more
## X-Curse-Project-ID: 7950
......
......@@ -2,7 +2,7 @@
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.132-tbcc
## Version: 3.133-tbcc
## Notes: VuhDo Options
## X-Curse-Project-ID: 7950
......
Version 3.133-tbcc
Known issues:
-- Spells by rank can be specified using a rank suffix:
-- Example: Lesser Heal(Rank 1)
-- Debuff tooltips are currently bugged when using ElvUI
-- Deselect 'VuhDo Options > Panels > Tooltips > Tooltips > Debuffs'
-- Shield bar is not working due to unavailable Blizzard APIs
-- Spell trace only works for known spells in the player's spellbook
-- Group roster changes will not be reflected during combat
-- Swapping a player between groups during combat will cause
-- unpredictable, negative results. Be warned!
-- Built-in Blizzard APIs for incoming healing only partially working
-- If other healers are using LibHealComm enable it under:
-- 'VuhDo Options > General > Threat / Incoming > Incoming Heal > Use LibHealComm'
Bugfixes:
Improvements:
-------------------------------------------------------------
Version 3.133
Known issues:
-- Shadowlands stat squish cleanup still a work in progress
-- AOE Advice spell equations need complete overhaul
-- Some text providers need changes to better display small numbers
-- Debuff tooltips are currently bugged when using ElvUI
-- Deselect 'VuhDo Options > Panels > Tooltips > Tooltips > Debuffs'
Bugfixes:
Improvements:
-- Increased maximum number of NPC units from 5 to 8
--------------------------------------------------------------
Version 3.132-tbcc
......
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