mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-21 18:15:59 +02:00
More work on the world server.
This commit is contained in:
parent
e24a6f99cb
commit
a1ca960543
7 changed files with 248 additions and 15 deletions
|
@ -88,10 +88,10 @@ namespace FFXIVClassic_World_Server
|
|||
public void DoZoneServerChange(Session session, uint zoneEntrance)
|
||||
{
|
||||
/*
|
||||
->Tell old server to save session info and remove
|
||||
->Tell old server to save session info and remove session. Start zone packets.
|
||||
->Update the position to zoneEntrance
|
||||
->Update routing
|
||||
->Tell new server to load session info and add
|
||||
->Tell new server to load session info and add session. Send end zone packets.
|
||||
*/
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue