mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-20 01:29:54 +02:00
Update to support game version 1.13.0.*
This commit is contained in:
@@ -1234,6 +1234,7 @@ public class Player implements GameDatabaseObject {
|
||||
state.getMutableStarTowerBook();
|
||||
state.getMutableScoreBoss();
|
||||
state.getMutableCharAffinityRewards();
|
||||
state.getMutableTraceHunt();
|
||||
|
||||
// Force complete tutorials
|
||||
for (var guide : GameData.getGuideGroupDataTable()) {
|
||||
@@ -1305,6 +1306,10 @@ public class Player implements GameDatabaseObject {
|
||||
proto.addActivities(activity.toProto());
|
||||
}
|
||||
|
||||
// Trace hunt
|
||||
proto.getMutableHuntPermit();
|
||||
proto.getMutableTraceRequest();
|
||||
|
||||
// Complete
|
||||
return proto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user