diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-02 12:08:44 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-02 12:08:44 +0000 |
commit | f5bb1621cc8fb3171fe28a9a7c16219fe120f3bb (patch) | |
tree | 6d6fc31740cf00b975fa62d13260b96b209c316f /src/map/clif.h | |
parent | 0939a464fc52731e66d9aaeca816075226f34a1c (diff) | |
download | hercules-f5bb1621cc8fb3171fe28a9a7c16219fe120f3bb.tar.gz hercules-f5bb1621cc8fb3171fe28a9a7c16219fe120f3bb.tar.bz2 hercules-f5bb1621cc8fb3171fe28a9a7c16219fe120f3bb.tar.xz hercules-f5bb1621cc8fb3171fe28a9a7c16219fe120f3bb.zip |
* Removed clif_weather_sub and clif_misceffect2 in favor of clif_specialeffect_single and clif_specialeffect (all of them are ZC_NOTIFY_EFFECT2).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14541 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index a35d22bd6..68e26ac24 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -228,7 +228,6 @@ int clif_statusupack(struct map_session_data *,int,int,int); // self int clif_equipitemack(struct map_session_data *,int,int,int); // self int clif_unequipitemack(struct map_session_data *,int,int,int); // self int clif_misceffect(struct block_list*,int); // area -int clif_misceffect2(struct block_list *bl,int type); int clif_changeoption(struct block_list*); // area int clif_changeoption2(struct block_list*); // area int clif_useitemack(struct map_session_data*,int,int,int); // self |