From 19c2bd856eeb2ca240cbf4dc3c577d9363b2576e Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 15 Jun 2006 14:48:35 +0000 Subject: - Fixed clif_send not sending packets to SELF when specifying AREA if the source is not on the map yet. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7180 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/map/map.c') diff --git a/src/map/map.c b/src/map/map.c index b639e8f85..70b9d290e 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -1744,8 +1744,7 @@ struct map_session_data * map_charid2sd(int id) { *------------------------------------------ */ struct map_session_data * map_nick2sd(char *nick) { - int i, quantity=0, users; - struct map_session_data *sd = NULL; + int i, users; struct map_session_data *pl_sd = NULL, **pl_allsd; if (nick == NULL) -- cgit v1.2.3-70-g09d2