Skip to content

Commit

Permalink
Update TI 12 finalists in Bot names (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: Archer Wayne <archerwayne1216@gmail.com>
  • Loading branch information
ArcherWayne committed Dec 25, 2023
1 parent 8d6796a commit 1cb962e
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion util/BotNameUtility.lua
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ local dota2team = {
'y`'
};
['sponsorship'] = '';
},
},
-- Ti 11
[21] = {
['name'] = "Tundra Esports TI11";
Expand All @@ -268,6 +268,31 @@ local dota2team = {
};
['sponsorship'] = '';
},
-- TI12
[23] = {
['name'] = "Team Spirit TI12";
['alias'] = "TS";
['players'] = {
'Yatoro',
'Larl',
'Collapse',
'Mira',
'Miposhka'
};
['sponsorship'] = '';
},
[24] = {
['name'] = "Gaimin Gladiators TI12";
['alias'] = "GG";
['players'] = {
'dyrachyo',
'Quinn',
'Ace',
'tOfu',
'Seleri'
};
['sponsorship'] = '';
}
}

local sponsorship = { "RMMAI" };
Expand Down

0 comments on commit 1cb962e

Please sign in to comment.