More fixes

This commit is contained in:
Tercio Jose
2024-07-11 15:43:43 -03:00
committed by andrew6180
parent d012c2c6d2
commit f7c52f821e
4 changed files with 55 additions and 2 deletions
+4
View File
@@ -471,3 +471,7 @@ function Details:SchedulePetUpdate(seconds)
Details.Schedules.NewTimer(seconds, Details.UpdatePets, Details)
end
function Details:GetPetInfo(petGuid)
return petContainer.GetPetInfo(petGuid)
end