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

HB is not using aquatic form while swimming

Status
Not open for further replies.

mh66

Community Developer
Joined
Jun 21, 2016
Messages
1,050
Reaction score
64
HB is not using aquatic form while in Vashj'ir swimming

Hi,

HB doesn't use aquatic form in Vashj'ir with druid although it's set to true in singular.
 

Attachments

Last edited:
Hi,

HB doesn't use aquatic form in Vashj'ir with druid although it's set to true in singular.

Probably since they combined Aquatic Form and Travel Form. Maybe it's trying to cast Aquatic form that doesn't exist anymore?
 
I didn't think of that but It doesn't seem to be the case for this:

Code:
                case ShapeshiftForm.Travel: //  3,
                    spellName = "Travel Form";
                    break;
                case ShapeshiftForm.Aqua: //  4,
                    spellName = "Travel Form";
                    break;
 
Report this in the Singular thread including logfile please.
 
Status
Not open for further replies.
Back
Top