mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
fix(startower): fix level up logic
This commit is contained in:
@@ -7,6 +7,7 @@ import lombok.Getter;
|
||||
@Getter
|
||||
@ResourceType(name = "StarTowerFloorExp.json")
|
||||
public class StarTowerFloorExpDef extends BaseDef {
|
||||
private int Id;
|
||||
private int StarTowerId;
|
||||
private int Stage;
|
||||
private int NormalExp;
|
||||
@@ -16,6 +17,6 @@ public class StarTowerFloorExpDef extends BaseDef {
|
||||
|
||||
@Override
|
||||
public int getId() {
|
||||
return StarTowerId;
|
||||
return Id;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user