summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-26 11:25:12 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-26 11:25:12 +0000
commit80ce7898584ef58f01470fc8969bddfca47a2629 (patch)
tree59cf80a9ad715d11ec4457951bf1b555ca4b1f4a /src/map/map.h
parent59464c97011417a3535a2a614365211c124bf62e (diff)
downloadhercules-80ce7898584ef58f01470fc8969bddfca47a2629.tar.gz
hercules-80ce7898584ef58f01470fc8969bddfca47a2629.tar.bz2
hercules-80ce7898584ef58f01470fc8969bddfca47a2629.tar.xz
hercules-80ce7898584ef58f01470fc8969bddfca47a2629.zip
Increased the allowed packet size for chat messages.
Changed the capacity of the message column in chatlog (see sql update). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12725 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index c32951b45..954e211b9 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -151,7 +151,7 @@ enum {
#define CHATROOM_TITLE_SIZE (36 + 1)
#define CHATROOM_PASS_SIZE (8 + 1)
//Max allowed chat text length
-#define CHAT_SIZE_MAX 150
+#define CHAT_SIZE_MAX 256
#define DEFAULT_AUTOSAVE_INTERVAL 5*60*1000