mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-01-09 10:20:56 +00:00
added bank functionality, refactored itemMoveHandler
Co-authored-by: Cake Lancelot <CakeLancelot@users.noreply.github.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#define AEQUIP_COUNT 9
|
||||
#define AINVEN_COUNT 50
|
||||
#define AQINVEN_COUNT 50
|
||||
#define ABANK_COUNT 119
|
||||
|
||||
#pragma pack(push)
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#define AEQUIP_COUNT 12
|
||||
#define AINVEN_COUNT 50
|
||||
#define AQINVEN_COUNT 50
|
||||
#define ABANK_COUNT 200
|
||||
|
||||
#pragma pack(push)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user