update (core): Continue Taxi Flight support helper (#14211)

Thank you for the review approval
This commit is contained in:
M'Dic 2022-12-13 11:43:45 -05:00 committed by GitHub
parent a131d2f7e8
commit 4d8be337a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10225,6 +10225,8 @@ void Player::ContinueTaxiFlight()
RemoveAurasByType(SPELL_AURA_MOUNTED);
}
SetCanTeleport(true);
GetSession()->SendDoFlight(mountDisplayId, path, startNode);
}