[Cleanup] Fixed a typo in Zoning.cpp (#4515)

* Fixed a typo in Zoning.cpp changed reguest to request.

* Update zoning.cpp

---------

Co-authored-by: Alex King <89047260+Kinglykrab@users.noreply.github.com>
This commit is contained in:
carolus21rex 2024-10-19 21:59:10 -04:00 committed by GitHub
parent be42b73f5c
commit 311af7bbe9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -737,7 +737,7 @@ void Client::ProcessMovePC(uint32 zoneID, uint32 instance_id, float x, float y,
ZonePC(zoneID, instance_id, x, y, z, heading, ignorerestrictions, zm);
break;
default:
LogError("Client::ProcessMovePC received a reguest to perform an unsupported client zone operation");
LogError("Received a request to perform an unsupported client zone operation");
break;
}
}