L Loose Member Joined Oct 4, 2012 Messages 34 Oct 18, 2016 #1 I've been dungeoning on my hunter and I can't seem to find an option to turn the pet spell, Growl off. Any idea's?
I've been dungeoning on my hunter and I can't seem to find an option to turn the pet spell, Growl off. Any idea's?
air Member Joined Feb 24, 2015 Messages 146 Oct 19, 2016 #2 if you use singular, there is setting to control pet taunt called PetAutoControlTaunt [Setting, ReadOnly(false)] [DefaultValue(true)] [Category("Pets")] [DisplayName("Taunt: Automatically Enable/Disable")] [Description("True: Singular manages Taunt auto-cast; False: user controls Taunt Auto-Cast; ")] public bool PetAutoControlTaunt { get; set; }
if you use singular, there is setting to control pet taunt called PetAutoControlTaunt [Setting, ReadOnly(false)] [DefaultValue(true)] [Category("Pets")] [DisplayName("Taunt: Automatically Enable/Disable")] [Description("True: Singular manages Taunt auto-cast; False: user controls Taunt Auto-Cast; ")] public bool PetAutoControlTaunt { get; set; }