[Logging] Fix zoning log typo (#2478)

This commit is contained in:
Chris Miles 2022-10-11 18:01:24 -04:00 committed by GitHub
parent e18d4a81c5
commit 6c8930eacd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -661,7 +661,7 @@ void Client::ZonePC(uint32 zoneID, uint32 instance_id, float x, float y, float z
} }
LogInfo( LogInfo(
"[ZonePC] Client [{}] zone_id [{}] x [{}] y [{}] x [{}] heading [{}] ignorerestrictions [{}] zone_mode [{}]", "[ZonePC] Client [{}] zone_id [{}] x [{}] y [{}] z [{}] heading [{}] ignorerestrictions [{}] zone_mode [{}]",
GetCleanName(), GetCleanName(),
zoneID, zoneID,
x, x,