Thread: lua help
View Single Post
09-10-19, 09:00 AM   #8
GreyFox777
A Cliff Giant
Join Date: Jan 2017
Posts: 75
Originally Posted by Fizzlemizz View Post
Blizzard is probably doing a SetPoint without a corresponding ClearAllPoints on a frame you are also moving.

You could try "killing off" the frames SetPoint function

Code:
frame.SetPoint = function() end
seems to be working
  Reply With Quote