Underground update.

This commit is contained in:
MobiusDev
2015-11-07 01:36:06 +00:00
parent cf1f829606
commit 37dbd02716
750 changed files with 102520 additions and 58051 deletions

View File

@ -71,6 +71,11 @@ public class L2JumpZone extends L2ZoneType
@Override
protected void onEnter(L2Character character)
{
if (!isInsideZone(character))
{
return;
}
if (character.isPlayer())
{
character.setInsideZone(ZoneId.JUMP, true);