Update SWGList, add gild deltas, play title delta

This commit is contained in:
Treeku
2013-07-24 01:50:51 +01:00
parent 04dabef565
commit a0afc196f4
18 changed files with 1092 additions and 340 deletions
@@ -134,6 +134,8 @@ public class PlayerObject extends SWGObject {
synchronized(objectMutex) {
this.title = title;
}
notifyObservers(messageBuilder.buildTitleDelta(title), true);
}
public String getProfession() {