mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Fixed quests.
Fixed bg list packet.
This commit is contained in:
parent
292f6189ea
commit
3db72991f9
4 changed files with 59 additions and 37 deletions
|
|
@ -603,6 +603,7 @@ bool Player::Create( uint32 guidlow, const std::string& name, uint8 race, uint8
|
|||
SetUInt32Value(PLAYER_BYTES, (skin | (face << 8) | (hairStyle << 16) | (hairColor << 24)));
|
||||
SetUInt32Value(PLAYER_BYTES_2, (facialHair | (0x00 << 8) | (0x00 << 16) | (0x02 << 24)));
|
||||
SetByteValue(PLAYER_BYTES_3, 0, gender);
|
||||
SetByteValue(PLAYER_BYTES_3, 3, 0); // BattlefieldArenaFaction (0 or 1)
|
||||
|
||||
SetUInt32Value( PLAYER_GUILDID, 0 );
|
||||
SetUInt32Value( PLAYER_GUILDRANK, 0 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue