SpawnTable update to Java 8

Source L2J HighFive branch:
5cbbd96a0d
1da891ae95
This commit is contained in:
mobius
2015-02-09 13:30:06 +00:00
parent 2452f7ea20
commit 05f87eaad0
3 changed files with 28 additions and 29 deletions

View File

@ -86,9 +86,9 @@ public class Lindvior extends AbstractNpcAI
}
break;
case "start":
_lindviorCamera = SpawnTable.getInstance().getFirstSpawn(LINDVIOR_CAMERA).getLastSpawn();
_tomaris = SpawnTable.getInstance().getFirstSpawn(TOMARIS).getLastSpawn();
_artius = SpawnTable.getInstance().getFirstSpawn(ARTIUS).getLastSpawn();
_lindviorCamera = SpawnTable.getInstance().getAnySpawn(LINDVIOR_CAMERA).getLastSpawn();
_tomaris = SpawnTable.getInstance().getAnySpawn(TOMARIS).getLastSpawn();
_artius = SpawnTable.getInstance().getAnySpawn(ARTIUS).getLastSpawn();
startQuestTimer("tomaris_shout1", 1000, _tomaris, null);
startQuestTimer("artius_shout", 60000, _artius, null);