앨범 개방 후 lv ui 갱신

This commit is contained in:
Ino 2025-09-18 03:34:57 +09:00
parent 031f374c6f
commit 9b7b0c2fe4
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ public class MainPanel : MonoBehaviour
var data = DB_HuntingData.GetEntity((GameManager.DB.GetUnlockTargetIndex(true) << 1) - 2);
if (data != null) aiImage.sprite = data.DBF_HuntingImage;
OnSynchronizeNormalGameData();
GameManager.DB.CheckDayReset();
}