From c7a4f746768ab3f9f680d386ac90f8e39f74f869 Mon Sep 17 00:00:00 2001 From: TOM_RUS Date: Sat, 4 Dec 2010 11:41:24 +0300 Subject: [PATCH] [10824] Fixed copy-paste typo in prev. commit. --- src/game/Player.cpp | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/Player.cpp b/src/game/Player.cpp index e3047cd0c..603ad2b8c 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -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 diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index dc882f9d5..92545c1d8 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10823" + #define REVISION_NR "10824" #endif // __REVISION_NR_H__