mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 09:07:22 +00:00
blank line removal
This commit is contained in:
@@ -57,10 +57,10 @@ void AnticheatMgr::WalkOnWaterHackDetection(Player* player, MovementInfo moveme
|
||||
if (!player->IsAlive())
|
||||
return;
|
||||
|
||||
// Prevents the False Positive for water walking when you ressurrect.
|
||||
// Aura 15007 (Resurrectino sickness) is given while dead before returning back to life.
|
||||
if (!player->IsAlive() && player->HasAura(15007))
|
||||
return;
|
||||
// Prevents the False Positive for water walking when you ressurrect.
|
||||
// Aura 15007 (Resurrectino sickness) is given while dead before returning back to life.
|
||||
if (!player->IsAlive() && player->HasAura(15007))
|
||||
return;
|
||||
|
||||
if (player->HasAuraType(SPELL_AURA_FEATHER_FALL) ||
|
||||
player->HasAuraType(SPELL_AURA_SAFE_FALL) ||
|
||||
@@ -286,7 +286,6 @@ void AnticheatMgr::SpeedHackDetection(Player* player, MovementInfo movementInfo)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void AnticheatMgr::HandlePlayerLogin(Player* player)
|
||||
{
|
||||
// we must delete this to prevent errors in case of crash
|
||||
|
||||
Reference in New Issue
Block a user