mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Fixed a pet happiness bug (most likely)
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user