Reimplement DB functions 2/2

implemented getCharInfo
implemented delete character
implemented evaluateCustomName
implemented name change function
implemented getPlayer function
implemented functions for buddies
implemented emails
This commit is contained in:
Kamil
2020-12-02 22:51:02 +01:00
committed by Gent S
parent eeb3b1ee61
commit 31ac9d2e3b
3 changed files with 785 additions and 515 deletions

View File

@@ -17,7 +17,6 @@ struct Player {
int64_t SerialKey;
int32_t iID;
uint64_t FEKey;
time_t creationTime;
int level;
int HP;
@@ -45,7 +44,6 @@ struct Player {
uint64_t instanceID;
sItemBase Equip[AEQUIP_COUNT];
sItemBase Inven[AINVEN_COUNT];
sItemBase Bank[ABANK_COUNT];
sItemTrade Trade[12];
int32_t moneyInTrade;
bool isTrading;