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
Jundarer
VuhDo
Commits
18bbef59
Commit
18bbef59
authored
9 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed interacting with a frame after battle res when using Clique compat mode
parent
b8e442d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
VuhDoActionEventHandler.lua
VuhDoActionEventHandler.lua
+2
-2
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoActionEventHandler.lua
View file @
18bbef59
...
...
@@ -297,8 +297,8 @@ function VuhDoActionPreClick(aButton, aMouseButton)
tKey
=
VUHDO_SPELL_ASSIGNMENTS
[
tModi
..
SecureButton_GetButtonSuffix
(
aMouseButton
)];
-- allow VuhDo menu command to be bound even when using Clique compat mode
if
VUHDO_CONFIG
[
"IS_CLIQUE_COMPAT_MODE"
]
and
tKey
and
(
strlower
(
tKey
[
3
]
)
~=
"menu"
or
not
VUHDO_CONFIG
[
"IS_CLIQUE_PASSTHROUGH"
])
then
if
VUHDO_CONFIG
[
"IS_CLIQUE_COMPAT_MODE"
]
and
(
strlower
(
tKey
and
tKey
[
3
]
or
""
)
~=
"menu"
or
not
VUHDO_CONFIG
[
"IS_CLIQUE_PASSTHROUGH"
])
then
return
;
end
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
18bbef59
...
...
@@ -19,6 +19,7 @@ Bugfixes:
-- Fixed Cluster Builder calling methods on forbidden frames
-- Fixed improper usage of API to check for Druid talent Rampant Growth
-- Fixed AOE cluster advice for spells which target randomly (thanks BlueRajasmyk)
-- Fixed interacting with a frame after battle res when using Clique compat mode
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