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
wrathofkhan
VuhDo
Commits
fcfaee26
Commit
fcfaee26
authored
3 years ago
by
Ivaria
Browse files
Options
Download
Plain Diff
Merge branch 'master' into vanilla
parents
a830f060
812a2209
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
VuhDo.toc
VuhDo.toc
+1
-1
VuhDoOptions/VuhDoNewOptionsSpellMouse.lua
VuhDoOptions/VuhDoNewOptionsSpellMouse.lua
+1
-1
VuhDoOptions/VuhDoOptions.toc
VuhDoOptions/VuhDoOptions.toc
+1
-1
changelog.txt
changelog.txt
+2
-0
No files found.
VuhDo.toc
View file @
fcfaee26
## Interface: 1140
1
## Interface: 1140
2
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
...
...
This diff is collapsed.
Click to expand it.
VuhDoOptions/VuhDoNewOptionsSpellMouse.lua
View file @
fcfaee26
...
...
@@ -18,7 +18,7 @@ function VUHDO_newOptionsSpellSetModifier(aModifier)
tBox
=
_G
[
tPanel
:
GetName
()
..
"EditBox"
];
tIndex
=
aModifier
..
tNum
;
if
(
VUHDO_SPELL_ASSIGNMENTS
[
tIndex
]
==
nil
)
then
VUHDO_SPELL_ASSIGNMENTS
[
tIndex
]
=
{
VUHDO_MODIFIER_KEYS
[
tIndex
],
tostring
(
tNum
),
""
};
VUHDO_SPELL_ASSIGNMENTS
[
tIndex
]
=
{
VUHDO_MODIFIER_KEYS
[
aModifier
],
tostring
(
tNum
),
""
};
end
tModel
=
"VUHDO_SPELL_ASSIGNMENTS."
..
tIndex
..
".##3"
;
tBox
:
SetAttribute
(
"model"
,
tModel
);
...
...
This diff is collapsed.
Click to expand it.
VuhDoOptions/VuhDoOptions.toc
View file @
fcfaee26
## Interface: 1140
1
## Interface: 1140
2
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
fcfaee26
...
...
@@ -20,6 +20,7 @@ Bugfixes:
Improvements:
-- Bump TOC interface for 1.14.2
-------------------------------------------------------------
...
...
@@ -63,6 +64,7 @@ Bugfixes:
Improvements:
-- Bump TOC interface for 9.2.0
-- Added class color option for incoming heal/shield/etc. bars
...
...
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