From 62146d6af6957e6562e5f66e34694de6983a754d Mon Sep 17 00:00:00 2001 From: Repooc Date: Sun, 10 Mar 2013 20:31:23 -0400 Subject: [PATCH] Update petbar anchor point --- ElvUI_SLE/modules/install/install.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/modules/install/install.lua b/ElvUI_SLE/modules/install/install.lua index ee39898..0c2ba40 100644 --- a/ElvUI_SLE/modules/install/install.lua +++ b/ElvUI_SLE/modules/install/install.lua @@ -1869,7 +1869,7 @@ function E:RepoocSetup() --The function to switch from classic ElvUI settings to --Stance Bar E.db.actionbar.stanceBar.buttonsPerRow = 1 --Pet Bar - E.db.actionbar.barPet.point = "RIGHT" + E.db.actionbar.barPet.point = "TOPRIGHT" E.db.actionbar.barPet.buttonsPerRow = 1 --Datatext @@ -2381,7 +2381,7 @@ function E:AffinitiiSetup() --The function to switch from class ElvUI settings t --Stance Bar E.db.actionbar.stanceBar.buttonsPerRow = 1 --Pet Bar - E.db.actionbar.barPet.point = "RIGHT" + E.db.actionbar.barPet.point = "TOPRIGHT" E.db.actionbar.barPet.buttonsPerRow = 1 --Datatext -- 1.7.9.5