@ -62,16 +62,23 @@ public class MOTDEditHandler extends AbstractClientMsgHandler {
@@ -62,16 +62,23 @@ public class MOTDEditHandler extends AbstractClientMsgHandler {
returntrue;
}
if(type==1)// Guild MOTD
if(type==1){ // Guild MOTD
msg.setMessage(guild.getMOTD());
elseif(type==3)// IC MOTD
guild.updateDatabase();
}elseif(type==3){// IC MOTD
msg.setMessage(guild.getICMOTD());
elseif(type==0){// Nation MOTD
guild.updateDatabase();
}elseif(type==0){// Nation MOTD
Guildnation=guild.getNation();
if(nation==null||!nation.isNation()){
ErrorPopupMsg.sendErrorMsg(playerCharacter,"You do not have such authority!");