forked from MagicBane/Server
Realm count updated properly.
This commit is contained in:
@@ -54,7 +54,7 @@ public class Guild extends AbstractWorldObject {
|
||||
private String icmotd = "";
|
||||
private String nmotd = "";
|
||||
private int guildLeaderUUID;
|
||||
private int realmsOwned;
|
||||
public int realmsOwned;
|
||||
private int cityUUID = 0;
|
||||
private int mineTime;
|
||||
private ArrayList<PlayerCharacter> banishList;
|
||||
@@ -797,20 +797,6 @@ public class Guild extends AbstractWorldObject {
|
||||
return motto;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the realmsOwned
|
||||
*/
|
||||
public int getRealmsOwned() {
|
||||
return realmsOwned;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param realmsOwned the realmsOwned to set
|
||||
*/
|
||||
public void setRealmsOwned(int realmsOwned) {
|
||||
this.realmsOwned = realmsOwned;
|
||||
}
|
||||
|
||||
public void removeSubGuild(Guild subGuild) {
|
||||
|
||||
// Update database
|
||||
|
||||
Reference in New Issue
Block a user