Add files via upload

This commit is contained in:
Relationship
2026-07-10 13:23:02 +01:00
committed by GitHub
parent e4d3242906
commit aec9b66459
2 changed files with 108 additions and 23 deletions
+2 -5
View File
@@ -383,11 +383,8 @@
if icon and icon.SetTexCoord then
icon:SetTexCoord(0.08, 0.92, 0.08, 0.92)
end
this:SetScript("OnDragStart", function() this:StartMoving() end)
this:SetScript("OnDragStop", function()
this:StopMovingOrSizing()
RelationshipsPVP_SaveIconPos()
end)
this:SetScript("OnDragStart", function() RelationshipsPVP_StartIconDrag() end)
this:SetScript("OnDragStop", function() RelationshipsPVP_StopIconDrag() end)
</OnLoad>
<OnClick>
if RelationshipsPVPFrame:IsVisible() then