This commit is contained in:
Tristan 'Natrist' Cormier 2026-02-19 12:48:15 -05:00 committed by GitHub
commit 9ff4df59db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1214,4 +1214,17 @@ struct CHARACTER_INFO {
uint8_t firstLogin; uint8_t firstLogin;
}; };
struct CHARACTER_CREATE_INFO {
char name[48];
uint8_t raceID;
uint8_t classID;
uint8_t sexID;
uint8_t skinID;
uint8_t faceID;
uint8_t hairStyleID;
uint8_t hairColorID;
uint8_t facialHairStyleID;
uint8_t outfitID;
};
#endif #endif