mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 01:37:03 +00:00
Mage 400 INTO master/434
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
7665a09232
commit
22bfaa12b0
66 changed files with 5773 additions and 3971 deletions
|
|
@ -224,7 +224,7 @@ bool Corpse::LoadFromDB(uint32 lowguid, Field* fields)
|
|||
SetUInt32Value(CORPSE_FIELD_BYTES_1, ((0x00) | (race << 8) | (gender << 16) | (skin << 24)));
|
||||
SetUInt32Value(CORPSE_FIELD_BYTES_2, ((face) | (hairstyle << 8) | (haircolor << 16) | (facialhair << 24)));
|
||||
|
||||
SetUInt32Value(CORPSE_FIELD_GUILD, guildId);
|
||||
//SetUInt32Value(CORPSE_FIELD_GUILD, guildId);
|
||||
|
||||
uint32 flags = CORPSE_FLAG_UNK2;
|
||||
if (playerFlags & PLAYER_FLAGS_HIDE_HELM)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue