Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed Jun 22, 2024
1 parent 806c5d0 commit e4b2983
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dominos/bars/encounterBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function EncounterBar:InitPlayerPowerBarAlt()
end)
end

if type("UnitPowerBarAlt_SetUp") == "function" then
if type(UnitPowerBarAlt_SetUp) == "function" then
hooksecurefunc("UnitPowerBarAlt_SetUp", function(bar)
if bar.isPlayerBar and bar:GetParent() ~= self then
bar:SetParent(self)
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Dominos Changelog

## 10.2.35

* Fix a typo

## 10.2.34

* (Cata) Improve encounter bar positioning (thanks [Road Block](https://github.com/Road-block))
Expand Down

0 comments on commit e4b2983

Please sign in to comment.