[DiscordArchive] Hmm, didn't think of that, I'll have to look tomorrow. Assuming I only need to allow the application
[DiscordArchive] Hmm, didn't think of that, I'll have to look tomorrow. Assuming I only need to allow the application
Archived author: BootlessFawn007 • Posted: 2025-08-13T06:29:12.810000+00:00
Original source
Hmm, didn't think of that, I'll have to look tomorrow. Assuming I only need to allow the applications and not the pets themselves as they are forwarded and i didn't need to before? Or is windows picky?
Archived author: Mithria • Posted: 2025-08-13T06:30:02.507000+00:00
Original source
idk i dont use windows
Archived author: Dioxain • Posted: 2025-08-13T07:26:20.772000+00:00
Original source
Found the problem! [This schema](<https://wowdev.wiki/DB/CharStartOutfit#3.0.8.8905-3.3.5.12340>) says the race, class, gender, and outfit-id are all bytes, but node-dbc-reader [defines them as uints](<https://github.com/wowgaming/node-dbc-reader/blob/master/src/schemas/azerothcore/charstartoutfit.json#L7-L21>). Just switch each of those "uint" to "byte" and it suddenly works.