Reverted last two commits from Interlude.

This commit is contained in:
MobiusDev
2018-07-01 00:06:02 +00:00
parent 049a9b02aa
commit 0259b6527c
44 changed files with 86 additions and 82 deletions

View File

@@ -485,7 +485,7 @@ public class Baium extends Quest
{
for (L2Object obj : objs)
{
if (obj.isCharacter())
if (obj instanceof L2Character)
{
if (((((L2Character) obj).getZ() < (npc.getZ() - 100)) && (((L2Character) obj).getZ() > (npc.getZ() + 100))) || !GeoData.getInstance().canSeeTarget(obj, npc))
{