mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-15 13:54:51 +01:00
Fix issues with unlocking talents in monolith research
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user