diff --git a/Suitcase/Classes/SCGamesViewController.m b/Suitcase/Classes/SCGamesViewController.m index 3fc6e5c..c9079dd 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, @218620, @230410, @251970]; - kSCNonWebApiInventories = [kSCNonDiscoverableInventories arrayByAddingObjectsFromArray:@[@620, @730, @221540, @238460]]; + kSCNonWebApiInventories = [kSCNonDiscoverableInventories arrayByAddingObjectsFromArray:@[@570, @620, @730, @205790, @221540, @238460]]; } - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex