Well, first don't you guys think we should make it so that the minor steed disappears when added? I tried to fix it but I don't understand the code very well. It should be something to do with this code though:
Code:
public static COPacket Breeding(uint UID)
{
return GeneralData(UID, 0x170, 0, 0, 0x7e);
}
EDIT: Is there a packet or outside code that we didn't add that controls this?