fix(Core/Player): Remove mount aura on a flight (#7976)
This commit is contained in:
parent
47bb5cbb43
commit
73bac1777c
1 changed files with 5 additions and 0 deletions
|
|
@ -9712,6 +9712,11 @@ void Player::ContinueTaxiFlight()
|
|||
RemoveAurasByType(SPELL_AURA_MOD_SHAPESHIFT);
|
||||
}
|
||||
|
||||
if (IsMounted())
|
||||
{
|
||||
RemoveAurasByType(SPELL_AURA_MOUNTED);
|
||||
}
|
||||
|
||||
GetSession()->SendDoFlight(mountDisplayId, path, startNode);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue