Fixed possible Freya NPC.

Contributed by Sahar.
This commit is contained in:
MobiusDev 2018-06-02 23:58:14 +00:00
parent 06e2764b3b
commit 0caaf73d41

View File

@ -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":