summaryrefslogtreecommitdiff
path: root/src/inventory.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-12-21 14:56:38 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-12-21 14:56:38 +0000
commit0c531de47eae77ab9fb2ec7a1fd6fc2be1462ef4 (patch)
treef85809e3a6a4771e2c157e1fb1577877741b81b5 /src/inventory.h
parent539af2ea0ce3245c41b4a4be989da35788f7b992 (diff)
downloadmana-client-0c531de47eae77ab9fb2ec7a1fd6fc2be1462ef4.tar.gz
mana-client-0c531de47eae77ab9fb2ec7a1fd6fc2be1462ef4.tar.bz2
mana-client-0c531de47eae77ab9fb2ec7a1fd6fc2be1462ef4.tar.xz
mana-client-0c531de47eae77ab9fb2ec7a1fd6fc2be1462ef4.zip
Fixed inventory size not matching the size assumed by eAthena and related
memory corruption and increased default chat log length.
Diffstat (limited to 'src/inventory.h')
-rw-r--r--src/inventory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inventory.h b/src/inventory.h
index 32ae393e..d5c3cf35 100644
--- a/src/inventory.h
+++ b/src/inventory.h
@@ -26,7 +26,7 @@
class Item;
-#define INVENTORY_SIZE 100
+#define INVENTORY_SIZE 102
class Inventory
{