mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-02 03:15:52 -04:00
Refactored Starter Clothing, Added CustomizationDelta, basework for Image Design
(Bug) Fixed hair and items on char create not being added to equip list (Code) Minor change to BuffBuilderMessage (Code) Added base work for Image Design (Code) Refactored how starter clothing is assigned (Code) Added delta for customization data on tangible objects (Code) Created ProfessionTemplateVisitor for profession template iff's
This commit is contained in:
@@ -123,7 +123,11 @@ public class TangibleObject extends SWGObject {
|
||||
}
|
||||
|
||||
public void setCustomization(byte[] customization) {
|
||||
this.customization = customization;
|
||||
synchronized(objectMutex) {
|
||||
this.customization = customization;
|
||||
}
|
||||
|
||||
notifyObservers(messageBuilder.buildCustomizationDelta(customization), false);
|
||||
}
|
||||
|
||||
public List<Integer> getComponentCustomizations() {
|
||||
|
||||
Reference in New Issue
Block a user