View Single Post
07-18-19, 10:40 AM   #2
aallkkaa
A Warpwood Thunder Caller
 
aallkkaa's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2017
Posts: 98
I haven't tested this but ...
Shouldn't it be:
Code:
print("attach: " .. (self.anchorFrame:GetParent()):GetName());
and
Code:
print("detach: " .. (self.anchorFrame:GetParent()):GetName());
?
  Reply With Quote