summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authorEmistry Haoyan <equinox1991@gmail.com>2019-07-14 03:50:16 +0800
committerEmistry Haoyan <equinox1991@gmail.com>2019-07-15 09:12:33 +0800
commit14092f307adad3fc03c157531d76102bee2259e2 (patch)
treee96498fb89d1862a71d271aed7017b7bc369d95f /src/map/atcommand.h
parenta5eb6ec995612c878a3b6cb522520ffae8b13a3b (diff)
downloadhercules-14092f307adad3fc03c157531d76102bee2259e2.tar.gz
hercules-14092f307adad3fc03c157531d76102bee2259e2.tar.bz2
hercules-14092f307adad3fc03c157531d76102bee2259e2.tar.xz
hercules-14092f307adad3fc03c157531d76102bee2259e2.zip
Update refine atcommand
- list of costume and shadow equipments - refine all equipments option
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 4fbf6b93a..f1da2760a 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 1503
+#define MAX_MSG 1516
#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))