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
Aphid
VuhDo
Commits
6a0477a2
Commit
6a0477a2
authored
6 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed various reset functions under 'VuhDo Options > Tools > Reset'
parent
6d1698c5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
VuhDoDefaults.lua
VuhDoDefaults.lua
+4
-4
VuhDoNewOptionsGeneralSkinsShared.lua
VuhDoNewOptionsGeneralSkinsShared.lua
+1
-1
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoDefaults.lua
View file @
6a0477a2
...
...
@@ -374,10 +374,10 @@ function VUHDO_loadSpellArray()
if
(
VUHDO_SPEC_LAYOUTS
==
nil
)
then
VUHDO_SPEC_LAYOUTS
=
{
[
"selected"
]
=
""
,
[
"1"
]
=
""
;
[
"2"
]
=
""
;
[
"3"
]
=
""
;
[
"4"
]
=
""
;
[
"1"
]
=
""
,
[
"2"
]
=
""
,
[
"3"
]
=
""
,
[
"4"
]
=
""
}
end
...
...
This diff is collapsed.
Click to expand it.
VuhDoNewOptionsGeneralSkinsShared.lua
View file @
6a0477a2
...
...
@@ -2433,7 +2433,7 @@ local VUHDO_PROFILE_MODEL = {
local
tOriginatorClass
=
nil
;
local
tOriginatorToon
=
nil
;
local
function
VUHDO_smartLoadFromProfile
(
aDestArray
,
aSourceArray
,
aProfileModel
,
aDerivedRule
)
if
not
aSourceArray
then
if
not
aSourceArray
or
not
aDestArray
then
return
aDestArray
;
end
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
6a0477a2
...
...
@@ -10,6 +10,7 @@ Known issues:
Bugfixes:
-- Fixed various reset functions under 'VuhDo Options > Tools > Reset'
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