mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
formatting
This commit is contained in:
@@ -218,11 +218,11 @@ void AnticheatMgr::ZAxisHackDetection(Player* player, MovementInfo movementInfo)
|
|||||||
|
|
||||||
switch (player->GetAreaId())
|
switch (player->GetAreaId())
|
||||||
{
|
{
|
||||||
case 4281: //Acherus: The Ebon Hold
|
case 4281: //Acherus: The Ebon Hold
|
||||||
case 4342: //Acherus: The Ebon Hold
|
case 4342: //Acherus: The Ebon Hold
|
||||||
return;
|
return;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;// Should never happen
|
break;// Should never happen
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user