Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Commit

Permalink
Adding onslaught support (#27)
Browse files Browse the repository at this point in the history
Update 2.11 Vainglory
  • Loading branch information
PierreAndreis authored and seripap committed Dec 5, 2017
1 parent 585d898 commit e4871fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/models/resources/gameModes.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ export default [{
name: 'Battle Royale',
serverName: 'casual_aral',
},
{
name: 'Private Onslaught',
serverName: 'private_party_blitz_rounds_match',
},
{
name: 'Onslaught',
serverName: 'blitz_rounds_pvp_casual',
},
{
name: 'Private',
serverName: 'private',
Expand Down

0 comments on commit e4871fe

Please sign in to comment.