mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[10824] Fixed copy-paste typo in prev. commit.
This commit is contained in:
parent
b967848e42
commit
c7a4f74676
2 changed files with 2 additions and 2 deletions
|
|
@ -697,7 +697,7 @@ bool Player::Create( uint32 guidlow, const std::string& name, uint8 race, uint8
|
|||
SetByteValue(PLAYER_BYTES, 0, skin);
|
||||
SetByteValue(PLAYER_BYTES, 1, face);
|
||||
SetByteValue(PLAYER_BYTES, 2, hairStyle);
|
||||
SetByteValue(PLAYER_BYTES, 2, hairColor);
|
||||
SetByteValue(PLAYER_BYTES, 3, hairColor);
|
||||
|
||||
SetByteValue(PLAYER_BYTES_2, 0, facialHair);
|
||||
SetByteValue(PLAYER_BYTES_2, 3, 0x02); // rest state = normal
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10823"
|
||||
#define REVISION_NR "10824"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue