mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Added account and select character packet creators. Fixed wrong field being read for session id. Most of the server is now NOT hardcoded and customizable from the DB. Only hardcoded packet left is the initial handshake.
This commit is contained in:
@@ -26,6 +26,7 @@ namespace FFXIVClassic_Lobby_Server
|
||||
//Instance Stuff
|
||||
public uint currentUserId = 0;
|
||||
public uint currentAccount;
|
||||
public string currentSessionToken;
|
||||
|
||||
//Chara Creation
|
||||
public string newCharaName;
|
||||
|
||||
Reference in New Issue
Block a user