Fixed possible Freya NPC.
Contributed by Sahar.
This commit is contained in:
parent
06e2764b3b
commit
0caaf73d41
@ -270,8 +270,7 @@ public final class IceQueensCastleBattle extends AbstractInstance
|
|||||||
manageScreenMsg(world, NpcStringId.BEGIN_STAGE_1);
|
manageScreenMsg(world, NpcStringId.BEGIN_STAGE_1);
|
||||||
startQuestTimer("CAST_BLIZZARD", 50000, controller, null);
|
startQuestTimer("CAST_BLIZZARD", 50000, controller, null);
|
||||||
world.setParameter("freya", frey);
|
world.setParameter("freya", frey);
|
||||||
startQuestTimer("STAGE_1_SPAWN", 2000, freya, null);
|
startQuestTimer("STAGE_1_SPAWN", 2000, frey, null);
|
||||||
world.setParameter("freya", frey);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case "STAGE_1_SPAWN":
|
case "STAGE_1_SPAWN":
|
||||||
|
Loading…
Reference in New Issue
Block a user