summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-18 14:11:16 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-18 14:11:16 +0000
commit8597fdb2662c21b535f089e28821d624dd0414e4 (patch)
tree01b54bf54e52cf36961d51ee6f948e2b7e76ee4e /src/map/clif.h
parent129beea8f2c3b35af17332b451f9f9d4c233af5e (diff)
downloadhercules-8597fdb2662c21b535f089e28821d624dd0414e4.tar.gz
hercules-8597fdb2662c21b535f089e28821d624dd0414e4.tar.bz2
hercules-8597fdb2662c21b535f089e28821d624dd0414e4.tar.xz
hercules-8597fdb2662c21b535f089e28821d624dd0414e4.zip
- Applied an experimental weather code that should lower bandwidth usage to near-none, which's only disadvantage should be the weather not clearing out until moving to another map (even when the mapflag is removed from the current map).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6639 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 387f5f3c8..621dc28d4 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -308,7 +308,6 @@ void clif_friendslist_reqack(struct map_session_data *sd, struct map_session_dat
// [Valaris]
int clif_mob_hp(struct mob_data *md);
-int clif_weather_sub(int fd, int type); // [Valaris]
int clif_weather(int m); // [Valaris]
int clif_specialeffect(struct block_list *bl,int type, int flag); // special effects [Valaris]
int clif_message(struct block_list *bl, char* msg); // messages (from mobs/npcs) [Valaris]