Sync with L2JServer Jan 12th 2015.

This commit is contained in:
mobius
2015-01-13 09:50:20 +00:00
parent a868d961a3
commit 0a44ad683c
1158 changed files with 59729 additions and 58627 deletions

View File

@@ -18,6 +18,8 @@
*/
package hellbound.AI;
import hellbound.HellboundEngine;
import java.util.List;
import ai.npc.AbstractNpcAI;
@@ -31,8 +33,6 @@ import com.l2jserver.gameserver.network.NpcStringId;
import com.l2jserver.gameserver.network.clientpackets.Say2;
import com.l2jserver.gameserver.taskmanager.DecayTaskManager;
import hellbound.HellboundEngine;
/**
* Hellbound Slaves AI.
* @author DS
@@ -61,7 +61,6 @@ public final class Slaves extends AbstractNpcAI
public final String onSpawn(L2Npc npc)
{
((L2MonsterInstance) npc).enableMinions(HellboundEngine.getInstance().getLevel() < 5);
((L2MonsterInstance) npc).setOnKillDelay(1000);
return super.onSpawn(npc);
}