Clan setLevel method should be private.

This commit is contained in:
MobiusDevelopment
2022-03-02 19:25:27 +00:00
parent bd36c2ecf3
commit b1f53f8d9a
46 changed files with 46 additions and 46 deletions

View File

@@ -473,7 +473,7 @@ public class ClassMaster extends AbstractNpcAI implements IXmlReader
}
else
{
player.getClan().setLevel(player.getClan().getLevel() + 1);
player.getClan().changeLevel(player.getClan().getLevel() + 1);
player.getClan().broadcastClanStatus();
}
break;