diff options
author | Hercules.ws <dev@herc.ws> | 2020-03-08 16:04:33 +0100 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2020-03-08 16:04:33 +0100 |
commit | 2184a673e37f7f4ba47ef9c717d5ccde687302fb (patch) | |
tree | 7f6371a96fd8749e625949478e3e085d5230b3ef /doc | |
parent | 43e2ec7bf29dc0bb7a5b67d420f6f76d0154c01b (diff) | |
download | hercules-2184a673e37f7f4ba47ef9c717d5ccde687302fb.tar.gz hercules-2184a673e37f7f4ba47ef9c717d5ccde687302fb.tar.bz2 hercules-2184a673e37f7f4ba47ef9c717d5ccde687302fb.tar.xz hercules-2184a673e37f7f4ba47ef9c717d5ccde687302fb.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/constants.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/constants.md b/doc/constants.md index 577517a2a..d65a6bfb4 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -4650,19 +4650,19 @@ ### Server defines -- `PACKETVER`: 20141022 +- `PACKETVER`: 20190530 - `MAX_LEVEL`: 175 - `MAX_STORAGE`: 600 - `MAX_GUILD_STORAGE`: 600 - `MAX_CART`: 100 -- `MAX_INVENTORY`: 100 +- `MAX_INVENTORY`: 200 - `FIXED_INVENTORY_SIZE`: 100 - `MAX_ZENY`: 2147483647 - `MAX_BANK_ZENY`: 2147483647 - `MAX_BG_MEMBERS`: 30 - `MAX_CHAT_USERS`: 20 - `MAX_REFINE`: 20 -- `MAX_ITEM_ID`: 65535 +- `MAX_ITEM_ID`: 2147483647 - `MAX_MENU_OPTIONS`: 255 - `MAX_MENU_LENGTH`: 2048 - `MOB_CLONE_START`: 4001 |