mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-18 18:29:51 +08:00
Fix enter tower dungeons
This commit is contained in:
committed by
Melledy
Unverified
parent
0ba13ef7ff
commit
18df521347
@@ -8,7 +8,7 @@ public class TowerFloorData extends GameResource {
|
||||
|
||||
private int floorId;
|
||||
private int floorIndex;
|
||||
private int levelId;
|
||||
private int levelGroupId;
|
||||
private int overrideMonsterLevel;
|
||||
private int teamNum;
|
||||
private int floorLevelConfigId;
|
||||
@@ -31,8 +31,8 @@ public class TowerFloorData extends GameResource {
|
||||
return floorIndex;
|
||||
}
|
||||
|
||||
public int getLevelId() {
|
||||
return levelId;
|
||||
public int getLevelGroupId() {
|
||||
return levelGroupId;
|
||||
}
|
||||
|
||||
public int getOverrideMonsterLevel() {
|
||||
|
||||
Reference in New Issue
Block a user