Core/Players: Define new player local flags

This commit is contained in:
Shauren
2020-12-07 21:10:17 +01:00
parent 75c227d1a0
commit cdc8ddea43

View File

@@ -458,6 +458,9 @@ enum PlayerLocalFlags
PLAYER_LOCAL_FLAG_CAN_USE_OBJECTS_MOUNTED = 0x00000200,
PLAYER_LOCAL_FLAG_CAN_VISIT_PARTY_GARRISON = 0x00000400,
PLAYER_LOCAL_FLAG_ACCOUNT_SECURED = 0x00001000, // Script_IsAccountSecured
PLAYER_LOCAL_FLAG_OVERRIDE_TRANSPORT_SERVER_TIME= 0x00008000,
PLAYER_LOCAL_FLAG_MENTOR_RESTRICTED = 0x00020000,
PLAYER_LOCAL_FLAG_WEEKLY_REWARD_AVAILABLE = 0x00040000,
};
// used in PLAYER_FIELD_BYTES2 values