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
VuhDo
VuhDo
Commits
10769391
Commit
10769391
authored
Nov 11, 2022
by
Ivaria
Browse files
Fixed mouse/key bindings after spells are learned from talent changes
parent
27f3a92b
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
VuhDoEventHandler.lua
VuhDoEventHandler.lua
+5
-1
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoEventHandler.lua
View file @
10769391
...
...
@@ -595,12 +595,16 @@ function VUHDO_OnEvent(_, anEvent, anArg1, anArg2, anArg3, anArg4, anArg5, anArg
end
elseif
"LEARNED_SPELL_IN_TAB"
==
anEvent
then
-- FIXME: this event does not fire when spell is learned via talent change
if
VUHDO_VARIABLES_LOADED
then
VUHDO_initFromSpellbook
();
VUHDO_registerAllBouquets
(
false
);
VUHDO_initBuffs
();
VUHDO_initDebuffs
();
if
not
InCombatLockdown
()
then
VUHDO_initKeyboardMacros
();
VUHDO_timeReloadUI
(
1
);
end
end
elseif
"VARIABLES_LOADED"
==
anEvent
then
...
...
changelog.txt
View file @
10769391
...
...
@@ -17,6 +17,7 @@ Bugfixes:
-- Fixed visibility of empty panels on show/hide of 'VuhDo Options > Move!'
-- Fixed VuhDo Options demo mode when 'Hide Panels > Empty' selected
-- Fixed keybindings under 'Game Menu > Options > Gameplay > Keybindings > AddOns'
-- Fixed mouse/key bindings after spells are learned from talent changes
Improvements:
...
...
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