summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-26 23:01:55 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-26 23:01:55 +0000
commit8c3ce0145c9e56de40092a6735f9fcdee60921ed (patch)
treefeb5f225113f5119e67c429949793b629940210c /src/map/clif.h
parent4f14362f9130681ad98788a46ac02b747969505a (diff)
downloadhercules-8c3ce0145c9e56de40092a6735f9fcdee60921ed.tar.gz
hercules-8c3ce0145c9e56de40092a6735f9fcdee60921ed.tar.bz2
hercules-8c3ce0145c9e56de40092a6735f9fcdee60921ed.tar.xz
hercules-8c3ce0145c9e56de40092a6735f9fcdee60921ed.zip
- Updated item_db.sql to current.
- Some small code-cleanups. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6298 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 386703910..f7a78dbce 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -325,7 +325,6 @@ int do_init_clif(void);
void clif_get_weapon_view(TBL_PC* sd, short *rhand, short *lhand);
-
int clif_party_xy_remove(struct map_session_data *sd); //Fix for minimap [Kevin]
void clif_parse_ReqFeel(int fd, struct map_session_data *sd, int skilllv);
void clif_feel_info(struct map_session_data *sd, int feel_level);