summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-13 06:05:37 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-13 06:05:37 +0000
commit50c1b03b8979ac793375b26867053f43e4983dc9 (patch)
tree9338d18d6af889c09a68095b558d3040b83182db /src/map/clif.c
parent11edd9bd6b905e1da203d49f0646cd9502536f1f (diff)
downloadhercules-50c1b03b8979ac793375b26867053f43e4983dc9.tar.gz
hercules-50c1b03b8979ac793375b26867053f43e4983dc9.tar.bz2
hercules-50c1b03b8979ac793375b26867053f43e4983dc9.tar.xz
hercules-50c1b03b8979ac793375b26867053f43e4983dc9.zip
update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@550 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index de64d07b0..0d2370890 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -9030,7 +9030,7 @@ void clif_parse_ResetChar(int fd, struct map_session_data *sd) {
*------------------------------------------
*/
void clif_parse_LGMmessage(int fd, struct map_session_data *sd) {
- unsigned char buf[64];
+ unsigned char buf[512];
nullpo_retv(sd);