guilds MOTD now persist

This commit is contained in:
2024-08-30 18:34:07 -05:00
parent d2f3c6a879
commit 405063f036
2 changed files with 14 additions and 3 deletions
+4
View File
@@ -521,6 +521,10 @@ public class Guild extends AbstractWorldObject {
public void setICMOTD(String value) {
this.icmotd = value;
}
public void setNMOTD(String value) {
this.nmotd = value;
}
public String getNMOTD(){return nmotd;}
public boolean isNPCGuild() {