Skip first Humanoid Merge
This commit is contained in:
parent
bb6eb3539b
commit
c8f96eb694
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ export async function GET() {
|
|||
}
|
||||
|
||||
if (merges?.length) {
|
||||
merges.forEach(merge => {
|
||||
merges.slice(1, merges.length).forEach(merge => {
|
||||
if (merge.startRowIndex && merge.startRowIndex - 21 == i) {
|
||||
speciesArray[i] = speciesArray[i] + 2;
|
||||
}
|
||||
|
|
Reference in a new issue