mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Finished character creator DB calls, moved DB stuff to Dapper, started work on get characters.
This commit is contained in:
@@ -33,7 +33,7 @@ namespace FFXIVClassic_Lobby_Server.packets
|
||||
this.command = command;
|
||||
this.pid = pid;
|
||||
this.cid = cid;
|
||||
this.type = 0x400000;
|
||||
this.type = 0x400017;
|
||||
this.ticket = ticket;
|
||||
this.charaName = charaName;
|
||||
this.worldName = worldName;
|
||||
|
||||
Reference in New Issue
Block a user