Sanctum of the Lords of Dawn improvement.

This commit is contained in:
MobiusDev 2015-10-03 23:06:27 +00:00
parent 7715f45c35
commit ce4079b0b5

View File

@ -247,6 +247,7 @@ public final class SanctumOftheLordsOfDawn extends AbstractInstance
@Override
public String onAggroRangeEnter(L2Npc npc, L2PcInstance player, boolean isSummon)
{
npc.disableCoreAI(true); // disable core AI
npc.broadcastPacket(new MagicSkillUse(npc, player, GUARD_SKILL.getSkillId(), 1, 2000, 1));
startQuestTimer("teleportPlayer", 2000, npc, player);
return super.onAggroRangeEnter(npc, player, isSummon);