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, } }