Chamber of Prophecies Makkum spawn animation.

This commit is contained in:
MobiusDev
2017-09-10 17:10:43 +00:00
parent ecee43306c
commit 9387c03c92
6 changed files with 6 additions and 6 deletions

View File

@@ -385,7 +385,7 @@ public final class ChamberOfProphecies extends AbstractInstance
if (world.getAliveNpcs(ATTACABLE_MONSTERS).isEmpty())
{
world.setStatus(5);
world.spawnGroup("wof_room4"); // TODO spawn animation
world.spawnGroup("wof_room4");
final int halter = world.getTemplateParameters().getInt("vanhalter");
final int ferin = world.getTemplateParameters().getInt("ferin");
final L2Npc npcss = world.getNpc(halter);