Skip to content
Snippets Groups Projects
Commit a5fe21a0 authored by Adry85's avatar Adry85 Committed by Zoey76
Browse files

Fixed Ice Queen's Castle instance zone, player remain invulnerable when

instance zone is finished.

Reported by: ShinichiYao  
parent 0877bc1f
No related branches found
No related tags found
No related merge requests found
...@@ -434,10 +434,7 @@ public final class IceQueensCastleNormalBattle extends AbstractInstance ...@@ -434,10 +434,7 @@ public final class IceQueensCastleNormalBattle extends AbstractInstance
{ {
for (L2PcInstance players : world.playersInside) for (L2PcInstance players : world.playersInside)
{ {
if ((players != null) && (players.getInstanceId() == world.getInstanceId())) players.setIsInvul(false);
{
players.setIsInvul(false);
}
} }
world.freya.setIsInvul(false); world.freya.setIsInvul(false);
world.freya.disableCoreAI(false); world.freya.disableCoreAI(false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment