diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/instances/ChamberOfProphecies.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/instances/ChamberOfProphecies.xml index 8a2c66de2e..bb1d92db61 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/instances/ChamberOfProphecies.xml +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/instances/ChamberOfProphecies.xml @@ -115,7 +115,7 @@ - + \ No newline at end of file diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java index 2d4fce9686..ed6a875fbe 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java @@ -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); diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/instances/ChamberOfProphecies.xml b/L2J_Mobius_2.5_Underground/dist/game/data/instances/ChamberOfProphecies.xml index 8a2c66de2e..bb1d92db61 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/instances/ChamberOfProphecies.xml +++ b/L2J_Mobius_2.5_Underground/dist/game/data/instances/ChamberOfProphecies.xml @@ -115,7 +115,7 @@ - + \ No newline at end of file diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java index 2d4fce9686..ed6a875fbe 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java @@ -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); diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/instances/ChamberOfProphecies.xml b/L2J_Mobius_3.0_Helios/dist/game/data/instances/ChamberOfProphecies.xml index 8a2c66de2e..bb1d92db61 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/instances/ChamberOfProphecies.xml +++ b/L2J_Mobius_3.0_Helios/dist/game/data/instances/ChamberOfProphecies.xml @@ -115,7 +115,7 @@ - + \ No newline at end of file diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java index 2d4fce9686..ed6a875fbe 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/instances/ChamberOfProphecies/ChamberOfProphecies.java @@ -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);