[F] Fix encountMapNpcList runtime error

pull/88/head
Azalea 2024-11-21 12:28:09 -05:00
parent 0e176d5608
commit b7360c426b
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class Mai2UserExtend : Mai2UserEntity() {
@Convert(converter = IntegerListConverter::class)
var selectedCardList: List<Int> = ArrayList()
@OneToMany(mappedBy = "userExtend")
@OneToMany(mappedBy = "userExtend", targetEntity = Mai2MapEncountNpc::class)
var encountMapNpcList: List<Mai2MapEncountNpc> = ArrayList()
}