Fixed a pet happiness bug (most likely)

This commit is contained in:
iceroth
2006-10-05 16:32:40 +00:00
parent 3e3b862c5d
commit b7decf6a3e
2 changed files with 2 additions and 1 deletions

View File

@ -66,6 +66,7 @@ function PetHealth.prototype:PetHappiness(unit)
self.happiness = GetPetHappiness()
self.happiness = self.happiness or 3 -- '3' means happy
self:Update(unit)
end