diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index 4eed785..18573bc 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -518,6 +518,11 @@ void AnticheatMgr::GravityHackDetection(Player* player, MovementInfo movementInf if (!sConfigMgr->GetOption("Anticheat.DetectGravityHack", true)) return; + if (player->HasAuraType(SPELL_AURA_FEATHER_FALL)) + { + return; + } + if (!player->HasUnitMovementFlag(MOVEMENTFLAG_DISABLE_GRAVITY) && movementInfo.jump.zspeed < -10.0f) { if (sConfigMgr->GetOption("Anticheat.WriteLog", true))