This commit is contained in:
Bunny67
2018-07-18 20:52:47 +03:00
parent a4e14a1a48
commit bec2d179c8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ function AB:PositionAndSizeBarPet()
button:ClearAllPoints() button:ClearAllPoints()
E:Size(button, size) E:Size(button, size)
_G[button:GetName().."Cooldown"]:SetModelScale(size / 48) _G[button:GetName().."Cooldown"]:SetModelScale(size / 40)
button:Show() button:Show()
+1 -1
View File
@@ -180,7 +180,7 @@ function AB:PositionAndSizeBarShapeShift()
button:ClearAllPoints() button:ClearAllPoints()
E:Size(button, size) E:Size(button, size)
_G[button:GetName().."Cooldown"]:SetModelScale(size / 48) _G[button:GetName().."Cooldown"]:SetModelScale(size / 40)
if self.db["barShapeShift"].mouseover == true then if self.db["barShapeShift"].mouseover == true then
bar:SetAlpha(0) bar:SetAlpha(0)