mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
Update changelog
This commit is contained in:
@ -1,3 +1,6 @@
|
|||||||
|
v1.12.14:
|
||||||
|
- Fixed pet health/mana sometimes using the wrong alpha if the player teleported.
|
||||||
|
|
||||||
v1.12.13:
|
v1.12.13:
|
||||||
- Fixed various class power indicators using the wrong alpha visibility if the player teleported (like with a Hearthstone) when they had a target selected.
|
- Fixed various class power indicators using the wrong alpha visibility if the player teleported (like with a Hearthstone) when they had a target selected.
|
||||||
- Show Hunter Focus top text as the raw Focus amount instead of a 0-100 scale with DogTags off.
|
- Show Hunter Focus top text as the raw Focus amount instead of a 0-100 scale with DogTags off.
|
||||||
|
@ -242,6 +242,7 @@ function PetMana.prototype:ExitingVehicle(event, unit)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function PetMana.prototype:EnteringWorld()
|
function PetMana.prototype:EnteringWorld()
|
||||||
|
self:TargetChanged()
|
||||||
self:Update(self.unit)
|
self:Update(self.unit)
|
||||||
|
|
||||||
if UnitHasVehicleUI then
|
if UnitHasVehicleUI then
|
||||||
|
Reference in New Issue
Block a user