Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local scale = 1.2
  2. GossipFrame:SetScript("OnShow", function() GossipFrame:SetScale(scale) end)
  3. QuestFrame:SetScript("OnShow", function() QuestFrame:SetScale(scale) end)
  4. QuestLogPopupDetailFrame:SetScript("OnShow", function() QuestLogPopupDetailFrame:SetScale(scale) end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement