Rewrote DB to use ORM, added all remaining features to LoginServer and refactored it

This commit is contained in:
kamilprzyb
2020-09-02 00:37:09 +02:00
parent 4f6c77be4f
commit 11801c1f89
18 changed files with 14108 additions and 23570 deletions

View File

@@ -7,6 +7,7 @@
#include "CNStructs.hpp"
struct Player {
int accountId;
int64_t SerialKey;
int32_t iID;
uint64_t FEKey;