added bank functionality, refactored itemMoveHandler

Co-authored-by: Cake Lancelot <CakeLancelot@users.noreply.github.com>
This commit is contained in:
kamilprzyb
2020-09-09 22:42:55 +02:00
committed by dongresource
parent 480cca82fa
commit de15e2004b
6 changed files with 90 additions and 35 deletions

View File

@@ -3,6 +3,7 @@
#define AEQUIP_COUNT 9
#define AINVEN_COUNT 50
#define AQINVEN_COUNT 50
#define ABANK_COUNT 119
#pragma pack(push)

View File

@@ -3,6 +3,7 @@
#define AEQUIP_COUNT 12
#define AINVEN_COUNT 50
#define AQINVEN_COUNT 50
#define ABANK_COUNT 200
#pragma pack(push)