Reimplement the bank

This commit is contained in:
Kamil
2020-12-04 00:58:10 +01:00
committed by Gent S
parent c709d458f4
commit 889fc985c4
3 changed files with 53 additions and 10 deletions

View File

@@ -44,6 +44,7 @@ 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;