mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[9648] Add comment to UNIT_BYTE1_FLAG_UNK_2 for further research
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
47878ab6aa
commit
41aee85145
2 changed files with 2 additions and 2 deletions
|
|
@ -156,7 +156,7 @@ enum UnitStandFlags
|
||||||
enum UnitBytes1_Flags
|
enum UnitBytes1_Flags
|
||||||
{
|
{
|
||||||
UNIT_BYTE1_FLAG_ALWAYS_STAND = 0x01,
|
UNIT_BYTE1_FLAG_ALWAYS_STAND = 0x01,
|
||||||
UNIT_BYTE1_FLAG_UNK_2 = 0x02,
|
UNIT_BYTE1_FLAG_UNK_2 = 0x02, // Creature that can fly and are not on the ground appear to have this flag. If they are on the ground, flag is not present.
|
||||||
UNIT_BYTE1_FLAG_UNTRACKABLE = 0x04,
|
UNIT_BYTE1_FLAG_UNTRACKABLE = 0x04,
|
||||||
UNIT_BYTE1_FLAG_ALL = 0xFF
|
UNIT_BYTE1_FLAG_ALL = 0xFF
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9647"
|
#define REVISION_NR "9648"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue