diff --git a/src/apps/v1/gacha/gacha_schema.rs b/src/apps/v1/gacha/gacha_schema.rs index bdd8de1..9ec95a0 100644 --- a/src/apps/v1/gacha/gacha_schema.rs +++ b/src/apps/v1/gacha/gacha_schema.rs @@ -73,11 +73,11 @@ impl Default for GachaRollSchema { fn default() -> Self { GachaRollSchema { id: make_thing( - &ResourceEnum::GachaClaims.to_string(), + &ResourceEnum::GachaRolls.to_string(), &Uuid::new_v4().to_string(), ), item: make_thing( - &ResourceEnum::GachaRolls.to_string(), + &ResourceEnum::GachaItems.to_string(), &Uuid::new_v4().to_string(), ), weight: 0.2,