mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 09:33:47 +00:00
fix(Core/Players): remove shapeshift auras on taxi restore (#7292)
- Closes #7240
This commit is contained in:
@@ -9721,6 +9721,11 @@ void Player::ContinueTaxiFlight()
|
||||
return;
|
||||
}
|
||||
|
||||
if (IsInDisallowedMountForm())
|
||||
{
|
||||
RemoveAurasByType(SPELL_AURA_MOD_SHAPESHIFT);
|
||||
}
|
||||
|
||||
GetSession()->SendDoFlight(mountDisplayId, path, startNode);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user