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
Justin Piper
VuhDo
Commits
45925317
Commit
45925317
authored
3 years ago
by
Ivaria
Browse files
Options
Download
Plain Diff
Merge branch 'master' into tbcc
parents
81d39b0f
487a2521
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
VuhDoDebuffs.lua
VuhDoDebuffs.lua
+2
-0
VuhDoNewOptionsGeneralSkinsShared.lua
VuhDoNewOptionsGeneralSkinsShared.lua
+2
-2
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoDebuffs.lua
View file @
45925317
...
...
@@ -519,6 +519,8 @@ function VUHDO_initDebuffs()
if
not
VUHDO_CONFIG
then
VUHDO_CONFIG
=
_G
[
"VUHDO_CONFIG"
];
end
twipe
(
VUHDO_CUSTOM_DEBUFF_CONFIG
);
for
_
,
tDebuffName
in
pairs
(
VUHDO_CONFIG
[
"CUSTOM_DEBUFF"
][
"STORED"
])
do
if
not
VUHDO_CUSTOM_DEBUFF_CONFIG
[
tDebuffName
]
then
VUHDO_CUSTOM_DEBUFF_CONFIG
[
tDebuffName
]
=
{
};
...
...
This diff is collapsed.
Click to expand it.
VuhDoNewOptionsGeneralSkinsShared.lua
View file @
45925317
...
...
@@ -2537,8 +2537,8 @@ function VUHDO_loadProfileNoInit(aName)
end
-- @TODO: Warum werden die nicht direkt geladen (ipairs-Problem?)
if
tProfile
[
"CONFIG"
][
"CUSTOM_DEBUFF"
]
and
tProfile
[
"CONFIG"
][
"CUSTOM_DEBUFF"
][
"STORED"
]
and
VUHDO_CONFIG
[
"CUSTOM_DEBUFF"
]
then
VUHDO_CONFIG
[
"CUSTOM_DEBUFF"
]
[
"STORED"
]
=
VUHDO_deepCopyTable
(
tProfile
[
"CONFIG"
][
"CUSTOM_DEBUFF"
]
[
"STORED"
]
);
if
tProfile
[
"CONFIG"
][
"CUSTOM_DEBUFF"
]
and
VUHDO_CONFIG
[
"CUSTOM_DEBUFF"
]
then
VUHDO_CONFIG
[
"CUSTOM_DEBUFF"
]
=
VUHDO_deepCopyTable
(
tProfile
[
"CONFIG"
][
"CUSTOM_DEBUFF"
]);
end
if
tProfile
[
"CONFIG"
][
"SPELL_TRACE"
]
and
VUHDO_CONFIG
[
"SPELL_TRACE"
]
then
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
45925317
...
...
@@ -30,6 +30,7 @@ Known issues:
Bugfixes:
-- Fixed minimap icon visibility toggle
-- Fixed loading of custom debuff settings on profile change
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