mirror of
https://github.com/mangosfour/server.git
synced 2025-12-31 04:37:04 +00:00
Updated player flags enum.
This commit is contained in:
parent
d9e92d1987
commit
d2abe7b2bf
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ enum PlayerFlags
|
|||
PLAYER_FLAGS_PARTIAL_PLAY_TIME = 0x00001000, // played long time
|
||||
PLAYER_FLAGS_NO_PLAY_TIME = 0x00002000, // played too long time
|
||||
PLAYER_FLAGS_IS_OUT_OF_BOUNDS = 0x00004000, // Lua_IsOutOfBounds
|
||||
PLAYER_FLAGS_UNK16 = 0x00008000, // strange visual effect (2.0.1), looks like PLAYER_FLAGS_GHOST flag
|
||||
PLAYER_FLAGS_DEVELOPER = 0x00008000, // <Dev> prefix for something?
|
||||
PLAYER_FLAGS_UNK17 = 0x00010000, // pre-3.0.3 PLAYER_FLAGS_SANCTUARY flag for player entered sanctuary
|
||||
PLAYER_FLAGS_TAXI_BENCHMARK = 0x00020000, // taxi benchmark mode (on/off) (2.0.1)
|
||||
PLAYER_FLAGS_PVP_TIMER = 0x00040000, // 3.0.2, pvp timer active (after you disable pvp manually)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue