mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 09:37:27 +08:00
[F] Fix card controller after pdid change
This commit is contained in:
@@ -173,7 +173,7 @@ class CardGameService(
|
|||||||
"chu3" to getSummaryFor(chusan, card),
|
"chu3" to getSummaryFor(chusan, card),
|
||||||
"ongeki" to getSummaryFor(ongeki, card),
|
"ongeki" to getSummaryFor(ongeki, card),
|
||||||
"wacca" to getSummaryFor(wacca, card),
|
"wacca" to getSummaryFor(wacca, card),
|
||||||
"diva" to diva.findByPdId(card.extId.toInt()).getOrNull()?.let {
|
"diva" to diva.findByPdId(card.extId).getOrNull()?.let {
|
||||||
mapOf(
|
mapOf(
|
||||||
"name" to it.playerName,
|
"name" to it.playerName,
|
||||||
"rating" to it.level,
|
"rating" to it.level,
|
||||||
|
|||||||
Reference in New Issue
Block a user