changed page 9 to 2

This commit is contained in:
Meow
2026-03-09 03:06:41 +01:00
parent 2d2d251734
commit e2f3c08581
+3 -3
View File
@@ -28,9 +28,9 @@ pfUI:RegisterModule("hunterbar", "vanilla", function ()
-- swap to ranged bar: out of melee range AND arcane shot (8yd) in range
if wingclipInRange == 0 and arcaneshotInRange == 1 then
if this.lastPage ~= 9 then
this.lastPage = 9
_G.CURRENT_ACTIONBAR_PAGE = 9
if this.lastPage ~= 2 then
this.lastPage = 2
_G.CURRENT_ACTIONBAR_PAGE = 2
ChangeActionBarPage()
end