From 71dd293413d357f54869f87cb26455e6d07258bd Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 20 Apr 2006 19:42:54 +0000 Subject: - Raised the buffer size in clif_MainChatMessage to 200, removed the message length in atcommand_main. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6197 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 0a73e03f4..6e01d7fed 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -4802,7 +4802,7 @@ void clif_GlobalMessage(struct block_list *bl,char *message) */ void clif_MainChatMessage(char* message) { - char buf[128]; + char buf[200]; int len; if(!message) -- cgit v1.2.3-70-g09d2