summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
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 5d059180e..3e45e7edb 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -4535,7 +4535,7 @@ void clif_skillinfoblock(struct map_session_data *sd)
if( (id = sd->status.skill[i].id) != 0 )
{
// workaround for bugreport:5348
- if (len + 37 > socket_max_client_packet)
+ if (len + 37 > 8192)
break;
WFIFOW(fd,len) = id;