[Crash Fix] Fix crash when creating Frogloks/Drakkin (#4016)

* [Crash Fix] Fix crash when creating Frogloks/Drakkin

# Notes
- https://github.com/EQEmu/Server/pull/3920 introduced an issue where we were using `uchar` for `race_selection` and `class_selection` which was not functioning properly within `IsPlayerRace()`.

* Update client.cpp
This commit is contained in:
Alex King
2024-01-25 06:19:59 -05:00
committed by GitHub
parent e9285fd2ca
commit 9ac25338bb
2 changed files with 40 additions and 37 deletions
+6
View File
@@ -631,6 +631,12 @@ struct ConsentResponse_Struct {
char zonename[32];
};
struct NameApproval_Struct {
char name[64];
uint32 race_id;
uint32 class_id;
};
/*
** Name Generator Struct
** Length: 72 bytes