mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-15 01:49:12 +00:00
Update (teleport stuff): Fix false hit with bg
Fix false hit with BG on Rezzing and gps correction with parole cmd with horde
This commit is contained in:
@@ -148,7 +148,7 @@ public:
|
||||
Player* pTarget = player->GetConnectedPlayer();
|
||||
|
||||
WorldLocation Aloc = WorldLocation(0, -8833.37f, 628.62f, 94.00f, 1.06f);// Stormwind
|
||||
WorldLocation Hloc = WorldLocation(1, 1569.59f, -4397.63f, 16.06f, 0.54f);// Orgrimmar
|
||||
WorldLocation Hloc = WorldLocation(1, 1569.59f, -4397.63f, 7.7f, 0.54f);// Orgrimmar
|
||||
|
||||
if (pTarget->GetTeamId() == TEAM_ALLIANCE)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user