Sync with L2JServer Feb 3rd 2015.

This commit is contained in:
mobius
2015-02-03 21:11:57 +00:00
parent 9cf1a6d6e5
commit fe25f74122
169 changed files with 3379 additions and 5414 deletions

View File

@@ -109,11 +109,6 @@ public final class Warpgate extends AbstractNpcAI
private static boolean canEnter(L2PcInstance player)
{
if (player.isFlying())
{
return false;
}
return true;
return !player.isFlying();
}
}