mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/Players: Updated player byte field offsets
This commit is contained in:
@@ -1345,7 +1345,7 @@ public:
|
||||
|
||||
// Set gender
|
||||
target->SetByteValue(UNIT_FIELD_BYTES_0, UNIT_BYTES_0_OFFSET_GENDER, gender);
|
||||
target->SetByteValue(PLAYER_BYTES_3, 0, gender);
|
||||
target->SetByteValue(PLAYER_BYTES_3, PLAYER_BYTES_3_OFFSET_GENDER, gender);
|
||||
|
||||
// Change display ID
|
||||
target->InitDisplayIds();
|
||||
|
||||
Reference in New Issue
Block a user