mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- Maybe fixed a PetInfo/TargetInfo buff error that I can't reproduce.
This commit is contained in:
@ -1691,6 +1691,10 @@ function IceTargetInfo.prototype:BuffOnEnter(this)
|
||||
return
|
||||
end
|
||||
|
||||
if not self.unit or not this.id then
|
||||
return
|
||||
end
|
||||
|
||||
GameTooltip:SetOwner(this, "ANCHOR_BOTTOMRIGHT")
|
||||
if this.type == "buff" then
|
||||
GameTooltip:SetUnitBuff(self.unit, this.id)
|
||||
|
Reference in New Issue
Block a user