Fixed #621, added missing sys message for tracking droids, fixed bounties db null error & wp null error

This commit is contained in:
Waverunner
2014-05-06 17:27:06 -04:00
parent cfe65a9613
commit 7b14c94d40
4 changed files with 10 additions and 5 deletions
@@ -179,7 +179,7 @@ public class TangibleObject extends SWGObject implements Serializable {
this.customization = customization;
}
notifyObservers(messageBuilder.buildCustomizationDelta(customization), false);
notifyObservers(messageBuilder.buildCustomizationDelta(customization), true);
}
public List<Integer> getComponentCustomizations() {