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
Joy
VuhDo
Commits
7d325d88
Commit
7d325d88
authored
10 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed the loading of HoTs when changing key layouts
parent
d4ac7f9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
VuhDoSpellEventHandler.lua
VuhDoSpellEventHandler.lua
+1
-1
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoSpellEventHandler.lua
View file @
7d325d88
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
7d325d88
...
...
@@ -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:
...
...
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