summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authorEmistry Haoyan <equinox1991@gmail.com>2019-04-13 23:35:50 +0800
committerEmistry Haoyan <equinox1991@gmail.com>2019-04-29 21:55:42 +0800
commit4e089c3c8e3c000e8dad67f8b0a54c714e9256d7 (patch)
tree7e1f97156d805a897a1e9444c18db64489baf50a /src/map/atcommand.h
parentab81d4012eac5c2c00c485971fc9b89bf69761be (diff)
downloadhercules-4e089c3c8e3c000e8dad67f8b0a54c714e9256d7.tar.gz
hercules-4e089c3c8e3c000e8dad67f8b0a54c714e9256d7.tar.bz2
hercules-4e089c3c8e3c000e8dad67f8b0a54c714e9256d7.tar.xz
hercules-4e089c3c8e3c000e8dad67f8b0a54c714e9256d7.zip
Update dropall atcommand drop item based on type.
- Enable to drop items based on item type.
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r--src/map/atcommand.h2
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))