mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 09:07:22 +00:00
feat(Misc): update to new API (#41)
This commit is contained in:
@@ -37,9 +37,6 @@ void AnticheatData::SetLastOpcode(uint32 opcode)
|
||||
void AnticheatData::SetPosition(float x, float y, float z, float o)
|
||||
{
|
||||
lastMovementInfo.pos = { x, y, z, o };
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
uint32 AnticheatData::GetLastOpcode() const
|
||||
|
||||
Reference in New Issue
Block a user