From d31c5f6f09ecf8cc95d0c14d0261a316615d1c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=99=E7=A9=8F=E9=9D=84?= Date: Wed, 10 Jul 2024 23:11:23 +0000 Subject: [PATCH] Add missing property to IUserDialogDetails (!371) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: 静穏靄 Co-committed-by: 静穏靄 (cherry picked from commit d0f11fd073dcae6c04d7bd214d3fdec73a1af841) --- project/src/models/eft/profile/ISptProfile.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/project/src/models/eft/profile/ISptProfile.ts b/project/src/models/eft/profile/ISptProfile.ts index 4fa4ae77..77d5107b 100644 --- a/project/src/models/eft/profile/ISptProfile.ts +++ b/project/src/models/eft/profile/ISptProfile.ts @@ -121,6 +121,7 @@ export interface IUserDialogDetails Side: string Level: number MemberCategory: MemberCategory + SelectedMemberCategory: MemberCategory } // @Cleanup: Maybe the same as Dialogue?