fixed load in bug

This commit is contained in:
Light2
2014-05-04 23:01:38 +02:00
parent c80a85da0c
commit 3f7e3d50f8
+1 -1
View File
@@ -812,7 +812,7 @@ public class ObjectService implements INetworkDispatch {
creature.viewChildren(creature, true, true, (object) -> {
if(object.getMutex() == null)
object.init();
object.initAfterDBLoad();
if(object.getParentId() != 0 && object.getContainer() == null)
object.setParent(getObject(object.getParentId()));
object.getContainerInfo(object.getTemplate());