mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 16:03:52 +00:00
Fix character appearance, previews, mount seat, and online unequip
This commit is contained in:
parent
930ee76789
commit
0ff0f2f995
19 changed files with 743 additions and 113 deletions
|
|
@ -117,6 +117,9 @@ private:
|
|||
game::Race playerRace_ = game::Race::HUMAN;
|
||||
game::Gender playerGender_ = game::Gender::MALE;
|
||||
game::Class playerClass_ = game::Class::WARRIOR;
|
||||
uint64_t spawnedPlayerGuid_ = 0;
|
||||
uint32_t spawnedAppearanceBytes_ = 0;
|
||||
uint8_t spawnedFacialFeatures_ = 0;
|
||||
|
||||
// Weapon model ID counter (starting high to avoid collision with character model IDs)
|
||||
uint32_t nextWeaponModelId_ = 1000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue