Sync with L2jServer HighFive Nov 14th 2015.
This commit is contained in:
@ -1386,7 +1386,7 @@ public final class Kamaloka extends AbstractInstance
|
||||
// set name for the kamaloka
|
||||
inst.setName(InstanceManager.getInstance().getInstanceIdName(templateId));
|
||||
// set return location
|
||||
inst.setSpawnLoc(new Location(player));
|
||||
inst.setExitLoc(new Location(player));
|
||||
// disable summon friend into instance
|
||||
inst.setAllowSummon(false);
|
||||
// set duration and empty destroy time
|
||||
@ -1577,7 +1577,7 @@ public final class Kamaloka extends AbstractInstance
|
||||
{
|
||||
if ((partyMember != null) && (partyMember.getInstanceId() == world.getInstanceId()))
|
||||
{
|
||||
teleportPlayer(partyMember, inst.getSpawnLoc(), 0);
|
||||
teleportPlayer(partyMember, inst.getExitLoc(), 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user