mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-26 17:36:04 +00:00
changed page 9 to 2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user