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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user