diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-08 18:40:48 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-08 18:40:48 -0600 |
commit | 6099a24784843ac2c6eb4036f5c08bba2f9299c3 (patch) | |
tree | 7bc6684986ec10d9fa241b98b9a27e511233cc63 /src/inventory.h | |
parent | 989be6b1e7634726f5f49e19d6e7dabad7c793e6 (diff) | |
download | mana-client-6099a24784843ac2c6eb4036f5c08bba2f9299c3.tar.gz mana-client-6099a24784843ac2c6eb4036f5c08bba2f9299c3.tar.bz2 mana-client-6099a24784843ac2c6eb4036f5c08bba2f9299c3.tar.xz mana-client-6099a24784843ac2c6eb4036f5c08bba2f9299c3.zip |
Add an interface for eAthena's storage system
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inventory.h b/src/inventory.h index 2c5d99e3..df2aac38 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -25,6 +25,7 @@ class Item; #define INVENTORY_SIZE 102 +#define STORAGE_SIZE 301 class Inventory { |