diff --git a/Suitcase/Classes/SCGamesViewController.m b/Suitcase/Classes/SCGamesViewController.m index 8c019da..f243434 100644 --- a/Suitcase/Classes/SCGamesViewController.m +++ b/Suitcase/Classes/SCGamesViewController.m @@ -65,7 +65,7 @@ typedef NS_ENUM(NSUInteger, SCInventorySection) { + (void)initialize { kSCNonDiscoverableInventories = @[@753, @104700, @230410, @251970]; - kSCNonWebApiInventories = [kSCNonDiscoverableInventories arrayByAddingObjectsFromArray:@[@620, @730, @238460]]; + kSCNonWebApiInventories = [kSCNonDiscoverableInventories arrayByAddingObjectsFromArray:@[@620, @730, @221540, @238460]]; } - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex