Fixed Kartia monsters not moving.

This commit is contained in:
MobiusDev
2017-09-08 15:16:36 +00:00
parent c987647e9b
commit 405bf9c32b
3 changed files with 6 additions and 0 deletions

View File

@@ -312,6 +312,8 @@ public final class KartiasLabyrinth extends AbstractInstance
if (npc != null)
{
npc.setTargetable(true);
final L2PcInstance randomPlayer = instance.getPlayers().stream().findAny().get();
npc.moveToLocation(randomPlayer.getX(), randomPlayer.getY(), randomPlayer.getZ(), 10);
}
break;
}