From e2f3c08581b119fe463e97b60258c60f669da2b8 Mon Sep 17 00:00:00 2001 From: Meow <30401521+me0wg4ming@users.noreply.github.com> Date: Mon, 9 Mar 2026 03:06:41 +0100 Subject: [PATCH] changed page 9 to 2 --- modules/hunterbar.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/hunterbar.lua b/modules/hunterbar.lua index 9cb5da87..3e14a7fa 100644 --- a/modules/hunterbar.lua +++ b/modules/hunterbar.lua @@ -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