|
|
@ -2981,7 +2981,7 @@ void CCharacter::postLoadTreatment()
|
|
|
|
if ( animal.Satiety == SatietyNotInit )
|
|
|
|
if ( animal.Satiety == SatietyNotInit )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
const CStaticItem* ticketPetForm = CSheets::getForm( animal.TicketPetSheetId );
|
|
|
|
const CStaticItem* ticketPetForm = CSheets::getForm( animal.TicketPetSheetId );
|
|
|
|
animal.MaxSatiety = ticketPetForm ? ticketPetForm->PetHungerCount : 0;\
|
|
|
|
animal.MaxSatiety = ticketPetForm ? ticketPetForm->PetHungerCount : 0;
|
|
|
|
animal.Satiety = animal.MaxSatiety;
|
|
|
|
animal.Satiety = animal.MaxSatiety;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|