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