mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[10895] Description for found gender field in CreatureDisplayInfoExtraEntry.
Sign-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
f59dae1d9c
commit
e34d73f6bd
2 changed files with 2 additions and 2 deletions
|
|
@ -728,7 +728,7 @@ struct CreatureDisplayInfoExtraEntry
|
|||
{
|
||||
uint32 DisplayExtraId; // 0 CreatureDisplayInfoEntry::m_extendedDisplayInfoID
|
||||
uint32 Race; // 1
|
||||
// 2 unknown, 0/1
|
||||
//uint32 Gender; // 2 Model gender, exist not small amount cases when query creature data return different gender from used model, so can't be replacement for model gender field.
|
||||
// 3-7 unknown, 0..~2x
|
||||
//uint32 Equipment[11] // 8-18 equipped static items EQUIPMENT_SLOT_HEAD..EQUIPMENT_SLOT_HANDS, client show its by self
|
||||
// 19 unknown, 0/1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10894"
|
||||
#define REVISION_NR "10895"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue