mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
Fixed lifeday gifts, swoop deed, inspire, +fixme
This commit is contained in:
@@ -572,6 +572,9 @@ public class SimulationService implements INetworkDispatch {
|
||||
|
||||
ghost.toggleFlag(PlayerFlags.LD);
|
||||
|
||||
// FIXME IllegalArgumentException: References to entities are not allowed: resources.objects.creature.CreatureObject
|
||||
// FIXME ProtocolDecoderException
|
||||
// FIXME LockTimeoutException
|
||||
object.createTransaction(core.getCreatureODB().getEnvironment());
|
||||
core.getCreatureODB().put(object, Long.class, CreatureObject.class, object.getTransaction());
|
||||
object.getTransaction().commitSync();
|
||||
|
||||
Reference in New Issue
Block a user