Thread Tools Display Modes
09-16-23, 05:10 PM   #1
Sashapty
A Defias Bandit
Join Date: May 2023
Posts: 3
Originally Posted by Fizzlemizz View Post
Ah, they moved party members to a FramePool

Try replacing
Lua Code:
  1. for i=1, 4 do
  2.     SizeName(_G["PartyMemberFrame"..i])
  3. end

with
Lua Code:
  1. for memberFrame in PartyFrame.PartyMemberFramePool:EnumerateActive() do
  2.     SizeName(memberFrame)
  3. end
Thank you, it works! Now there are no errors!
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » reduce player name size


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off