公会boss血量由int改long
parent
8acb5abc25
commit
31da60deef
|
@ -28,7 +28,7 @@ public class SGuildCheckpointConfig implements BaseConfig {
|
||||||
|
|
||||||
private int[] privilege;
|
private int[] privilege;
|
||||||
|
|
||||||
private int monsterHp;
|
private long monsterHp;
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -77,7 +77,7 @@ public class SGuildCheckpointConfig implements BaseConfig {
|
||||||
return privilege;
|
return privilege;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getMonsterHp() {
|
public long getMonsterHp() {
|
||||||
return monsterHp;
|
return monsterHp;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue