player = summon.getOwner();
summon.getOwner().sendPacket(new PetInfo(summon));
}
// Create the main packet if needed
MagicEffectIcons mi = null;
if (!partyOnly)
{
mi = new MagicEffectIcons();
}
// Create the party packet if needed
PartySpelled ps = null;
if (summon != null)