Page 1 of 1

Fix for pet action bar hidden by Healgrid

Posted: Sat May 07, 2016 1:53 am
by Sephirvine92
Hey guys,

after rerolling as a Squig Herder, and using Healgrid + Phantom + some other addons, I've noticed that my pet action bar wasn't displayed ( same for my pet status )


To fix it, it's very simple.

Go to : \Interface\AddOns\HealGrid\PhantomLib

Open : PhantomLib.lua

Around line 30, there should be :

Code: Select all

-PetWindow = true,
-PetStance = true,
-PetActionBar = true,

Just remove the " -- " in front of these lines, save and /reloadui InGame : )

Re: Fix for pet action bar hidden by Healgrid

Posted: Sat May 07, 2016 11:15 am
by frisken
thanks!!!!!