Update to set 5 and add static data from League of Legend

This commit is contained in:
Daniel Rodriguez 2021-09-18 19:26:42 +02:00
parent 9fb13409d1
commit 5f06b288b1
201 changed files with 1362 additions and 935 deletions

View file

@ -152,7 +152,6 @@ export class PoolService {
* Update role pool
*/
updatePool() {
this.rolesPool = [];
this.championsPool.forEach(champion => {
this.rolesPool = _.union(this.rolesPool, champion.roles);
});