[Zoning] Possible zoning under world fix (#2424)

This commit is contained in:
Chris Miles 2022-10-10 23:55:49 -04:00 committed by GitHub
parent 77c3841a49
commit e18d4a81c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -909,6 +909,10 @@ void Client::CompleteConnect()
GoToSafeCoords(ZoneID("arena"), 0);
return;
}
// force resending of position when finally complete
// in hopes to alleviating race condition under-world issues
MovePC(zone->GetZoneID(), zone->GetInstanceID(), GetX(), GetY(), GetZ(), GetHeading());
}
// connecting opcode handlers