Merge pull request #8010 from Retriman/SpellsSIIII

Core/Misc:
This commit is contained in:
Kaelima
2012-10-07 22:44:03 -07:00

View File

@@ -2863,6 +2863,7 @@ void AuraEffect::HandleAuraAllowFlight(AuraApplication const* aurApp, uint8 mode
{
target->RemoveUnitMovementFlag(MOVEMENTFLAG_MASK_MOVING_FLY);
target->GetMotionMaster()->MoveFall();
target->m_movementInfo.SetFallTime(0);
}
Player* player = target->ToPlayer();