From 6ca2b460e09fc3e0d5ed0f664c708a7d60ba4be0 Mon Sep 17 00:00:00 2001 From: urnati Date: Fri, 31 Jan 2020 18:23:11 -0500 Subject: [PATCH] - Change to allow player and target frames to moved by user, hopefully the battle / vehicle not resetting after combat fix will not be impacted --- Titan/TitanMovable.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Titan/TitanMovable.lua b/Titan/TitanMovable.lua index 481d954..a92747d 100755 --- a/Titan/TitanMovable.lua +++ b/Titan/TitanMovable.lua @@ -250,6 +250,7 @@ local function SetPosition(frame, ...) else res = false end + return res end if type(frame) == 'string' then UIPARENT_MANAGED_FRAME_POSITIONS[frame] = nil -- 1.7.9.5