*Change the character's voice on modify gender - by Machiavelli

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2009-03-07 08:40:47 +01:00
parent d713beef29
commit 786fa59163

View File

@@ -7146,6 +7146,7 @@ bool ChatHandler::HandleModifyGenderCommand(const char *args)
// Set gender
player->SetByteValue(UNIT_FIELD_BYTES_0, 2, gender);
player->SetByteValue(PLAYER_BYTES_3, 0, gender);
// Change display ID
player->SetDisplayId(new_displayId);