From 0f5fae1193fff9ce879596d127207fc0d4c9b37b Mon Sep 17 00:00:00 2001 From: Guillermo Lloret Talavera Date: Sun, 28 Jan 2024 02:43:03 +0100 Subject: [PATCH] Add TFT queue 6000 (Set 3.5 Revival) (#62) PR MingweiSamuel/riotapi-schema#43 --- riven/src/consts/queue.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/riven/src/consts/queue.rs b/riven/src/consts/queue.rs index 0109913..e582444 100644 --- a/riven/src/consts/queue.rs +++ b/riven/src/consts/queue.rs @@ -390,5 +390,8 @@ newtype_enum! { /// `2020`. /// Tutorial 3 games on Summoner's Rift SUMMONERS_RIFT_TUTORIAL_3 = 2020, + /// `6000`. + /// Teamfight Tactics Set 3.5 Revival games on Convergence + CONVERGENCE_TEAMFIGHT_TACTICS_SET_3_5_REVIVAL = 6000, } }