Skip to content

Commit

Permalink
added normal tft queue
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmaldonis committed Jul 26, 2019
1 parent 2b62927 commit 5217099
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cassiopeia/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ class Queue(Enum):
odyssey_captain = "ODYSSEY_CAPTAIN" # 1060
odyssey_onslaught = "ODYSSEY_ONSLAUGHT" # 1070
ranked_tft = "RANKED_TFT" # 1100
normal_tft = "NORMAL_TFT" # 1090
nexus_blitz = "NEXUS_BLITZ" # 1200

def from_id(id: int):
Expand Down Expand Up @@ -634,6 +635,7 @@ def id(self):
Queue.odyssey_captain: 1060, # Odyssey: Extraction
Queue.odyssey_onslaught: 1070, # Odyssey: Extraction
Queue.ranked_tft: 1100, # Convergence, Ranked Teamfight Tactics games
Queue.normal_tft: 1090, # Convergence, Normal Teamfight Tactics games
Queue.nexus_blitz: 1200, # Nexus Blitz map Nexus Blitz
}

Expand Down

0 comments on commit 5217099

Please sign in to comment.