Here's a fix for the 053DR1 code:
In spells.cpp:4196
Code:
cout << "ptype not found: Making default BL pet." << endl;
break;
}
petstruct.race = prace; //ADD THIS LINE
} else if (strncmp(pettype, "BLBasePet", 9) == 0) { //Baron-Sprite: This Pettype does not need a reserve, it is only a warning message.
It seems that not everything is working right with pets, but this will give you the type of pet you are looking for.
Regards,
krich