From e96413206e743d6d4d20955e41740104164997c7 Mon Sep 17 00:00:00 2001 From: amber Date: Sun, 5 Dec 2004 05:23:42 +0000 Subject: update git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@454 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/map/clif.c b/src/map/clif.c index bcccadfab..fb01d10fd 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -362,6 +362,8 @@ int clif_send(unsigned char *buf, int len, struct block_list *bl, int type) { if (p) { for(i=0;imember[i].sd) != NULL) { + if ((session[sd->fd] == NULL) || (session[sd->fd]->session_data == NULL)) + continue; if (sd->bl.id == bl->id && (type == PARTY_WOS || type == PARTY_SAMEMAP_WOS || type == PARTY_AREA_WOS)) continue; -- cgit v1.2.3-70-g09d2