Commit 6a0477a2 authored by Ivaria's avatar Ivaria
Browse files

Fixed various reset functions under 'VuhDo Options > Tools > Reset'

parent 6d1698c5
......@@ -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
......
......@@ -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
......
......@@ -10,6 +10,7 @@ Known issues:
Bugfixes:
-- Fixed various reset functions under 'VuhDo Options > Tools > Reset'
Improvements:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment