mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 12:17:26 +08:00
[U] Update usage
This commit is contained in:
@@ -187,10 +187,10 @@ class CardGameService(
|
|||||||
// An easy migration is to change the UserData card field to the user's ghost card
|
// An easy migration is to change the UserData card field to the user's ghost card
|
||||||
games.forEach { game ->
|
games.forEach { game ->
|
||||||
when (game) {
|
when (game) {
|
||||||
"mai2" -> migrateCard(maimai2, crd)
|
"mai2" -> migrateCard(maimai2, cardRepo, crd)
|
||||||
"chu3" -> migrateCard(chusan, crd)
|
"chu3" -> migrateCard(chusan, cardRepo, crd)
|
||||||
"ongeki" -> migrateCard(ongeki, crd)
|
"ongeki" -> migrateCard(ongeki, cardRepo, crd)
|
||||||
"wacca" -> migrateCard(wacca, crd)
|
"wacca" -> migrateCard(wacca, cardRepo, crd)
|
||||||
// TODO: diva
|
// TODO: diva
|
||||||
// "diva" -> diva.findByPdId(card.extId.toInt()).getOrNull()?.let {
|
// "diva" -> diva.findByPdId(card.extId.toInt()).getOrNull()?.let {
|
||||||
// it.pdId = card.aquaUser!!.ghostCard
|
// it.pdId = card.aquaUser!!.ghostCard
|
||||||
|
|||||||
Reference in New Issue
Block a user