Minor update for Kartia.

Contributed by flanagan.
This commit is contained in:
MobiusDev
2017-12-31 02:54:11 +00:00
parent 70ef34bd40
commit d4a1e65c40
4 changed files with 4 additions and 0 deletions

View File

@@ -546,6 +546,7 @@ public final class KartiasLabyrinth extends AbstractInstance
{
if (npc.isScriptValue(0))
{
npc.setScriptValue(1);
final Location moveTo = new Location(npc.getX() + getRandom(-200, 200), npc.getY() + getRandom(-200, 200), npc.getZ());
addMoveToDesire(npc, moveTo, 23);
}