Realm count updated properly.

This commit is contained in:
2026-07-26 16:38:01 -04:00
parent 4a217d1a6b
commit 46045895d7
5 changed files with 19 additions and 23 deletions
+1 -15
View File
@@ -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