mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[12768] Initial work for unitFlags2
This commit is contained in:
parent
01a87311f5
commit
6996f8f221
3 changed files with 4 additions and 2 deletions
|
|
@ -603,7 +603,7 @@ enum UnitFlags
|
|||
UNIT_FLAG_UNK_31 = 0x80000000 // set skinnable icon and also changes color of portrait
|
||||
};
|
||||
|
||||
// Value masks for UNIT_FIELD_FLAGS_2
|
||||
// Value masks for UNIT_FIELD_FLAGS_2 (initialy is not implemented)
|
||||
enum UnitFlags2
|
||||
{
|
||||
UNIT_FLAG2_FEIGN_DEATH = 0x00000001,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue