summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-07-28 19:25:56 +0200
committerGitHub <noreply@github.com>2019-07-28 19:25:56 +0200
commit65a7c731d228c059daf042c75d919453e4daa687 (patch)
treefbeb793e3f385487137b34c754f9a47de50a12c2 /src/map/atcommand.h
parent69fb0fe4a3dfda93fbe6a4dc742dad55cc1c1d77 (diff)
parent14092f307adad3fc03c157531d76102bee2259e2 (diff)
downloadhercules-65a7c731d228c059daf042c75d919453e4daa687.tar.gz
hercules-65a7c731d228c059daf042c75d919453e4daa687.tar.bz2
hercules-65a7c731d228c059daf042c75d919453e4daa687.tar.xz
hercules-65a7c731d228c059daf042c75d919453e4daa687.zip
Merge pull request #2504 from Emistry/atcommand_refine
Update refine atcommand
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))