From 8ac5438e9dabbde99abed1b77b1b7d15950fe172 Mon Sep 17 00:00:00 2001 From: Lance Date: Fri, 23 Jun 2006 11:47:27 +0000 Subject: * [Fixed]: - MAPREGSQL overloading SQL table with temperory map registries. - Incorrect perfomance calculation for MAPREGSQL loading and saving. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7310 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 11cb3f2fc..b5ea9fe40 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -7638,6 +7638,7 @@ int clif_refresh(struct map_session_data *sd) { clif_updatestatus(sd,SP_MAXWEIGHT); clif_updatestatus(sd,SP_WEIGHT); map_foreachinrange(clif_getareachar,&sd->bl,AREA_SIZE,BL_ALL,sd); + clif_weather_check(sd); return 0; } -- cgit v1.2.3-70-g09d2