Skip to content

Commit

Permalink
No longer use Web API for Dota 2
Browse files Browse the repository at this point in the history
  • Loading branch information
koraktor committed May 3, 2015
1 parent 3d854e8 commit 1fdf769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Suitcase/Classes/SCGamesViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fdf769

Please sign in to comment.