From 3958b85cdb1adc1bcf91b589a38d17032b46481d Mon Sep 17 00:00:00 2001 From: Flamanis Date: Sat, 27 Feb 2021 15:24:08 -0600 Subject: [PATCH] Fix for Total code and Percent code not exporting --- frames/window_custom.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frames/window_custom.lua b/frames/window_custom.lua index 0edb16e8..538f57e8 100644 --- a/frames/window_custom.lua +++ b/frames/window_custom.lua @@ -114,6 +114,8 @@ ["target"] = true, ["script"] = true, ["tooltip"] = true, + ["total_script"] = true, + ["percent_script"] = true, } -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------