forked from mirror/Riven
1
0
Fork 0

Add TFT queue 6000 (Set 3.5 Revival) (#62)

PR MingweiSamuel/riotapi-schema#43
v/2.x.x
Guillermo Lloret Talavera 2024-01-28 02:43:03 +01:00 committed by GitHub
parent 416140c41d
commit 0f5fae1193
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

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