Remove auras interrupted by falling when we fall to the ground or water

Port From (https://github.com/TrinityCore/TrinityCore/commit/825719c25ca82ee94af85d1a7f2e99ce7ef5c9df)
This commit is contained in:
hondacrx
2019-08-31 15:29:15 -04:00
parent 07c46b3964
commit 86808ec9a5
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -2078,7 +2078,6 @@ namespace Game.Entities
movementInfo.Pos.posZ, height, GetPositionZ(), movementInfo.jump.fallTime, height, damage, safe_fall);
}
}
RemoveAurasWithInterruptFlags(SpellAuraInterruptFlags.Landing); // No fly zone - Parachute
}
public void UpdateFallInformationIfNeed(MovementInfo minfo, ClientOpcodes opcode)
{