Skip to content

Commit

Permalink
fix: update for wow 10.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Sep 7, 2023
1 parent 9676936 commit a8210c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ImprovedStableFrame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ if wow_900 then

PetStableFrameModelBg:SetHeight(281 + heightDelta)

local p, r, rp, x, y = PetStableModel:GetPoint(1)
PetStableModel:SetPoint(p, r, rp, x, y - 32)
local p, r, rp, x, y = PetStableModelScene:GetPoint(1)
PetStableModelScene:SetPoint(p, r, rp, x, y - 32)

PetStableStabledPet1:ClearAllPoints()
PetStableStabledPet1:SetPoint("TOPLEFT", f, 8, -36)
Expand Down
4 changes: 2 additions & 2 deletions ImprovedStableFrame.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 100000
## Interface: 100107
## Title: Improved Stable Frame
## Version: 10.0.0
## Version: 10.1.7
## Author: Cybeloras of Aerie Peak
## Notes: Condenses your stabled pets onto one page.

Expand Down

0 comments on commit a8210c3

Please sign in to comment.