Fix issues with unlocking talents in monolith research

This commit is contained in:
Melledy
2025-11-20 05:42:44 -08:00
parent 6289e3f1b6
commit f128b93210
2 changed files with 3 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ public class PlayerProgress extends PlayerManager implements GameDatabaseObject
}
// Set
this.starTowerGrowth[index] |= (1 << nodeId);
this.starTowerGrowth[index] |= (1 << (nodeId - 1));
// Success
return true;