{
mi = new MagicEffectIcons();
}
// Create the party packet if needed
PartySpelled ps = null;
if (summon != null)
{
ps = new PartySpelled(summon);
}
else if (player != null && player.isInParty())
{
ps = new PartySpelled(player);
}
// Create the olympiad spectator packet if needed
ExOlympiadSpelledInfo os = null;
if (player != null && player.isInOlympiadMode())