LocalizedClassList() on Mac doesn't return complete table

Now that 10.2.5 is live in the US, when I login on a character on my 16" M1 Max MacBook Pro (which is at 10.2.5.52902) I get a ton of errors. They’re all related to LOCALIZED_CLASS_NAMES_MALE and LOCALIZED_CLASS_NAMES_FEMALE. When I dump those tables, they only show Warrior. I saw that it was changed in 10.2.5, those are filled in via the LocalizedClassList(false) for MALE and LocalizedClassList(true) for FEMALE. And again when I do a /dump on those, I get back a table as follows.

Dump: value=LocalizedClassList(false);
[1]={
[true]=“Warrior”
}

On a PC this is filled in properly. This is only affecting my Mac (and I tested this with no addons).

5 Likes