diff options
author | Ibrahem Zidan <brahem@aotsw.com> | 2019-04-29 18:02:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-29 18:02:23 +0200 |
commit | f272422f2dbd015691ecba06a14a18d48e7362da (patch) | |
tree | d7c8288fa58915cf684529a47ce73b5cfb68031f /src/map/atcommand.h | |
parent | b22f47068343f93d1559284cc443542151daad43 (diff) | |
parent | 4e089c3c8e3c000e8dad67f8b0a54c714e9256d7 (diff) | |
download | hercules-f272422f2dbd015691ecba06a14a18d48e7362da.tar.gz hercules-f272422f2dbd015691ecba06a14a18d48e7362da.tar.bz2 hercules-f272422f2dbd015691ecba06a14a18d48e7362da.tar.xz hercules-f272422f2dbd015691ecba06a14a18d48e7362da.zip |
Merge pull request #2439 from Emistry/atcommand_dropall
Update dropall atcommand drop item based on type.
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index 1783e5dc6..4fbf6b93a 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -41,7 +41,7 @@ struct config_setting_t; * Defines **/ #define ATCOMMAND_LENGTH 50 -#define MAX_MSG 1500 +#define MAX_MSG 1503 #define msg_txt(idx) atcommand->msg(idx) #define msg_sd(sd,msg_number) atcommand->msgsd((sd),(msg_number)) #define msg_fd(fd,msg_number) atcommand->msgfd((fd),(msg_number)) |