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

Fixed the loading of HoTs when changing key layouts

parent d4ac7f9a
......@@ -53,9 +53,9 @@ end
--
local function VUHDO_activateSpecc(aSpecNum)
VUHDO_activateSpellForSpec(aSpecNum);
local tProfile = VUHDO_getBestProfileAfterSpecChange();
if tProfile then VUHDO_loadProfile(tProfile); end
VUHDO_activateSpellForSpec(aSpecNum);
VUHDO_aoeUpdateTalents();
end
......
......@@ -23,6 +23,7 @@ Bugfixes:
-- Fixed GCD bar display for Discipline and Shadow Priests
-- Fixed cluster builder calling methods on forbidden frames (eg. in-game store)
-- Fixed Swiftmendable bouquet validator when using L100 talent Rampant Growth
-- Fixed the loading of HoTs when changing key layouts
Improvements:
......
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