mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-31 19:20:34 +00:00
Use correct itemType for SpecialItems
This commit is contained in:
parent
ff6dac2aae
commit
9c4be3cb80
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ open class SpecialItems : RealmObject() {
|
|||
ownedItems?.forEach {
|
||||
if (!it.isManaged) {
|
||||
it.userID = userId
|
||||
it.itemType = "eggs"
|
||||
it.itemType = "special"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue