Fixed Guild Alliances + minor Guild rework
All Guild Alliances system is now functional. Tweaked guilds in order to sync MapleGuildCharacter objects that were supposed to be the same when being accessed from both MapleGuild and MapleCharacter classes.
This commit is contained in:
@@ -135,6 +135,7 @@ public class MapleGuildCharacter {
|
||||
|
||||
public void setAllianceRank(int rank) {
|
||||
allianceRank = rank;
|
||||
if(character != null) character.setAllianceRank(rank);
|
||||
}
|
||||
|
||||
public int getAllianceRank() {
|
||||
|
||||
Reference in New Issue
Block a user