Fixed lifeday gifts, swoop deed, inspire, +fixme

This commit is contained in:
Treeku
2013-12-16 13:41:47 +00:00
parent 0696edef9d
commit d7d2f327a5
6 changed files with 11 additions and 8 deletions
+3
View File
@@ -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();