Fix profile view, fix shop not unlocking

This commit is contained in:
Mikhail
2024-07-06 11:07:26 -04:00
parent 0e193323ad
commit c623d9b321
7 changed files with 22 additions and 18 deletions

View File

@@ -1592,7 +1592,7 @@ message NetProfileData {
repeated NetMemorialCount memorialCount = 17;
int32 jukeboxCount = 18;
int32 costumeLv = 19;
int32 outpostOpenState = 20;
bool outpostOpenState = 21;
int32 costumeCount = 22;
string language = 23;
NetProfileFrameHistoryType profileFrameHistory = 24;