mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-09 03:42:57 +08:00
Fix BargainRecord
This commit is contained in:
parent
e3738ea68e
commit
813970945b
@ -102,8 +102,8 @@ public final class BargainRecord {
|
||||
return BargainSnapshot.newBuilder()
|
||||
.setBargainId(this.getBargainId())
|
||||
.setCurMood(this.getCurrentMood())
|
||||
.setPJHMEHGELGC(this.getExpectedPrice())
|
||||
.setHADMOPEJFIC(this.getLowestPrice())
|
||||
.setBALOPACHCDB(this.getExpectedPrice())
|
||||
.setIOCNPJJNHLD(this.getLowestPrice())
|
||||
.build();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user