mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 16:41:29 +00:00
[Zoning] Possible zoning under world fix (#2424)
This commit is contained in:
parent
77c3841a49
commit
e18d4a81c5
@ -909,6 +909,10 @@ void Client::CompleteConnect()
|
|||||||
GoToSafeCoords(ZoneID("arena"), 0);
|
GoToSafeCoords(ZoneID("arena"), 0);
|
||||||
return;
|
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
|
// connecting opcode handlers
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user