Finished character creator DB calls, moved DB stuff to Dapper, started work on get characters.

This commit is contained in:
Filip Maj 2015-09-09 00:08:46 -04:00
parent 9dfd6906b9
commit 443212830a
10 changed files with 183 additions and 166 deletions

View file

@ -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;