mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[10959] Better description of UNIT_FLAG2_UNK1
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
b3076146fc
commit
7828ee18ad
2 changed files with 2 additions and 2 deletions
|
|
@ -578,7 +578,7 @@ enum UnitFlags
|
||||||
enum UnitFlags2
|
enum UnitFlags2
|
||||||
{
|
{
|
||||||
UNIT_FLAG2_FEIGN_DEATH = 0x00000001,
|
UNIT_FLAG2_FEIGN_DEATH = 0x00000001,
|
||||||
UNIT_FLAG2_UNK1 = 0x00000002, // Hides unit model (show only player equip)
|
UNIT_FLAG2_UNK1 = 0x00000002, // Hides body and body armor. Weapons and shoulder and head armor still visible
|
||||||
UNIT_FLAG2_UNK2 = 0x00000004,
|
UNIT_FLAG2_UNK2 = 0x00000004,
|
||||||
UNIT_FLAG2_COMPREHEND_LANG = 0x00000008,
|
UNIT_FLAG2_COMPREHEND_LANG = 0x00000008,
|
||||||
UNIT_FLAG2_UNK4 = 0x00000010,
|
UNIT_FLAG2_UNK4 = 0x00000010,
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10958"
|
#define REVISION_NR "10959"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue