diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-23 11:47:27 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-23 11:47:27 +0000 |
commit | 8ac5438e9dabbde99abed1b77b1b7d15950fe172 (patch) | |
tree | 83bf169e3f2cacc9209c8f4c9339a61626b7173b /src/map/clif.c | |
parent | 206d9e2affc46aede0fe7cfc632501273f902d5f (diff) | |
download | hercules-8ac5438e9dabbde99abed1b77b1b7d15950fe172.tar.gz hercules-8ac5438e9dabbde99abed1b77b1b7d15950fe172.tar.bz2 hercules-8ac5438e9dabbde99abed1b77b1b7d15950fe172.tar.xz hercules-8ac5438e9dabbde99abed1b77b1b7d15950fe172.zip |
* [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
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 1 |
1 files changed, 1 insertions, 0 deletions
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;
}
|