mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
fix: add new strings to skin cost check
This commit is contained in:
@@ -33,7 +33,7 @@ class ChampionSkinSeeder extends Seeder
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($skin['cost'] == 'Special') {
|
if (in_array($skin['cost'], ['Special', 'Battle Pass', 'Sanctum'])) {
|
||||||
$skin['cost'] = 99999;
|
$skin['cost'] = 99999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user