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>
(cherry picked from commit d0f11fd073)
This commit is contained in:
静穏靄 2024-07-10 23:11:23 +00:00 committed by Dev
parent b0a65cac7f
commit d31c5f6f09

View File

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