What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Hunter] Able to turn Growl off?

Loose

Member
Joined
Oct 4, 2012
Messages
34
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?
 
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; }
 
Back
Top