Add missing property to IUserDialogDetails (!371)

The property is used for Unheard edition accounts to retain their icon on reloading the dialog.

Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/371
Co-authored-by: 静穏靄 <seionmoya@noreply.dev.sp-tarkov.com>
Co-committed-by: 静穏靄 <seionmoya@noreply.dev.sp-tarkov.com>
This commit is contained in:
静穏靄 2024-07-10 23:11:23 +00:00 committed by chomp
parent 4f636d3061
commit d0f11fd073

View File

@ -121,6 +121,7 @@ export interface IUserDialogDetails
Side: string
Level: number
MemberCategory: MemberCategory
SelectedMemberCategory: MemberCategory
}
// @Cleanup: Maybe the same as Dialogue?