Skip to content

Commit

Permalink
Add more queue IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
stelar7 committed Feb 7, 2024
1 parent 9b5b50a commit 285afa6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,12 @@ public enum GameQueueType implements CodedEnum

TEAMFIGHT_TACTICS_CHONCC_TREASURE(1190, 1191, 1192, 1195),

TEAMFIGHT_TACTICS_SET3_5_REVIVAL_GALAXIES(6000, 6001, 6002, 6005),

TEAMFIGHT_TACTICS_SET_QUEUE_1(6010, 6040, 6070),
TEAMFIGHT_TACTICS_SET_QUEUE_2(6020, 6050, 6080),
TEAMFIGHT_TACTICS_SET_QUEUE_3(6030, 6060, 6090),

/**
* 2v2v2v2 (Arena)
*/
Expand Down
Loading

0 comments on commit 285afa6

Please sign in to comment.