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
Valery Kornilovich
VuhDo
Commits
fef1eda3
Commit
fef1eda3
authored
6 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Boss unit frames now apply hostile spell binds like a target unit frame
parent
b5781be8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
VuhDoKeySetup.lua
VuhDoKeySetup.lua
+1
-1
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoKeySetup.lua
View file @
fef1eda3
...
...
@@ -203,7 +203,7 @@ local function VUHDO_setupHealButtonAttributes(aModiKey, aButtonId, anAction, aB
tUnit
=
aButton
[
"raidid"
];
if
anIsTgButton
or
tUnit
==
"focus"
or
(
tUnit
==
"target"
and
"dropdown"
~=
anAction
)
then
if
anIsTgButton
or
tUnit
==
"focus"
or
(
tUnit
==
"target"
and
"dropdown"
~=
anAction
)
or
VUHDO_isBossUnit
(
tUnit
)
then
if
not
anIndex
then
tSpellInfo
=
VUHDO_HOSTILE_SPELL_ASSIGNMENTS
[
VUHDO_KEYS_MODIFIER
[
aModiKey
]
..
aButtonId
];
tHostSpell
=
tSpellInfo
~=
nil
and
tSpellInfo
[
3
]
or
""
;
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
fef1eda3
...
...
@@ -10,6 +10,7 @@ Known issues:
Bugfixes:
-- Boss unit frames now apply hostile spell binds like a target unit frame
-- UNIT_SPELLCAST_* events no longer pass spell name or rank
-- UNIT_POWER event is now named UNIT_POWER_UPDATE
-- UnitAura/UnitBuff/UnitDebuff no longer accept spell name or ID
...
...
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