Commit 2035e1ff authored by Ivaria's avatar Ivaria
Browse files

Fixed default function for custom flag validator.

parent 4c939ad9
......@@ -754,6 +754,7 @@ VUHDO_SANE_BOUQUET_ITEM = {
[1] = 1,
["radio"] = 1,
["bright"] = 1.0,
["function"] = "return true;",
},
};
......
......@@ -440,7 +440,7 @@ function VUHDO_rebuildBouquetContextEditors(anIndex)
tSubPanel:Show();
elseif (VUHDO_BOUQUET_BUFFS_SPECIAL[tBuffName]["custom_type"] == VUHDO_BOUQUET_CUSTOM_TYPE_CUSTOM_FLAG) then
tSubPanel = _G[tInnerPanel:GetName() .. "CustomFlagEditBox"];
VUHDO_lnfSetModel(tSubPanel, tModel .. ".custom.##1");
VUHDO_lnfSetModel(tSubPanel, tModel .. ".custom.function");
tSubPanel:Show();
else
_G[tInnerPanel:GetName() .. "PercentFrame"]:Hide();
......
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