mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-15 00:07:39 -04:00
fixed initialisation of auction items, fixed loading of building signs after server restart
This commit is contained in:
@@ -196,6 +196,12 @@ public class ObjectService implements INetworkDispatch {
|
||||
object.setParent(building);
|
||||
object.getContainerInfo(object.getTemplate());
|
||||
});
|
||||
SWGObject sign = (SWGObject) building.getAttachment("sign");
|
||||
if(sign != null) {
|
||||
sign.initializeBaselines();
|
||||
sign.initAfterDBLoad();
|
||||
objectList.put(sign.getObjectID(), sign);
|
||||
}
|
||||
}
|
||||
|
||||
cursor.close();
|
||||
|
||||
Reference in New Issue
Block a user