_log.warning("SevenSignsFestival: Error while spawning Festival Witch ID " + _witchSpawn._npcId + ": " + e);
}
// Make it appear as though the Witch has apparated there.
MagicSkillUser msu = new MagicSkillUser(_witchInst, _witchInst, 2003, 1, 1, 0);
_witchInst.broadcastPacket(msu);
msu = null;
// And another one...:D
msu = new MagicSkillUser(_witchInst, _witchInst, 2133, 1, 1, 0);
_witchInst.broadcastPacket(msu);
msu = null;
// Send a message to all participants from the witch.
sendMessageToParticipants("The festival will begin in 2 minutes.");