Quantcast

- Change to allow player and target frames to moved by user, hopefully the battle / vehicle not resetting after combat fix will not be impacted

urnati [01-31-20 - 23:23]
- Change to allow player and target frames to moved by user, hopefully the battle / vehicle not resetting after combat fix will not be impacted
Filename
Titan/TitanMovable.lua
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