I take a look at this but, my low knowledge dont make me found the problem in there.
OBS: i realese that the only problem is with
Java:
world.spawnGroup("operatives");
that push a group in instance XML
XML:
<group name="operatives" spawnByDefault="false">
<!-- Operative - 1 Room -->
<npc id="22998" x="47909" y="248350" z="-6300" heading="0" />
<npc id="22998" x="47983" y="248607" z="-6300" heading="0" />
<npc id="22998" x="47844" y="248568" z="-6300" heading="0" />
<npc id="22998" x="47873" y="248432" z="-6300" heading="0" />
<npc id="22998" x="47632" y="248406" z="-6300" heading="0" />
<npc id="22998" x="47843" y="248461" z="-6300" heading="0" />
</group>
in the Java instance file, normal addspawn works just fine without problem. Only the mobs in this group from xml looks be bugged.