File Details
DjinnisGuildFriends.zip
- R
- Mar 27, 2026
- 42.45 KB
- 14
- 12.0.1
- Retail
File Name
DjinnisGuildFriends.zip
Supported Versions
- 12.0.1
Bugs fixed (crash-causing):
C_Club.GetSubscribedClubs()- Can return WoW "secret" protected values instead of nil;or {}doesn't catch these. Now usestype() ~= "table"guard.C_Club.GetClubMembers()- Same protected value issue (the original crash). Already fixed, confirmed.C_Club.GetMemberInfo()- Same guard added (type(mInfo) == "table"instead of truthiness check).- Nil
clubInfo.name- Clubs with data not yet loaded from server have nil names, causing crashes in sort comparisons, header display, and concatenation. Now skips unloaded clubs and addsor "Unknown"fallbacks.