mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
Update (Detection): BG Fine Tune
This commit is contained in:
@@ -954,7 +954,7 @@ void AnticheatMgr::BGStartExploit(Player* player, MovementInfo movementInfo)
|
|||||||
{
|
{
|
||||||
sAnticheatMgr->BGreport(player);
|
sAnticheatMgr->BGreport(player);
|
||||||
}
|
}
|
||||||
if ((player->GetTeamId() == TEAM_HORDE && movementInfo.pos.GetPositionY() > -536.0f) ||
|
if ((player->GetTeamId() == TEAM_HORDE && movementInfo.pos.GetPositionY() > -535.0f) ||
|
||||||
(player->GetTeamId() == TEAM_HORDE && movementInfo.pos.GetPositionX() > -1283.33f) ||
|
(player->GetTeamId() == TEAM_HORDE && movementInfo.pos.GetPositionX() > -1283.33f) ||
|
||||||
(player->GetTeamId() == TEAM_HORDE && movementInfo.pos.GetPositionY() < -716.0f))
|
(player->GetTeamId() == TEAM_HORDE && movementInfo.pos.GetPositionY() < -716.0f))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user