summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-08 16:51:13 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-08 16:51:13 +0000
commit2ed2a3789299211c5c9b9d675586e41eecfc25f0 (patch)
treec5483278a5fcf94e3723bb380bf013772b8d19ce /src/map/clif.h
parent7c8e1245438b395d5742b936372fb55e3150b53c (diff)
downloadhercules-2ed2a3789299211c5c9b9d675586e41eecfc25f0.tar.gz
hercules-2ed2a3789299211c5c9b9d675586e41eecfc25f0.tar.bz2
hercules-2ed2a3789299211c5c9b9d675586e41eecfc25f0.tar.xz
hercules-2ed2a3789299211c5c9b9d675586e41eecfc25f0.zip
- Some cleaning of the Gospel code.
- Added clif_gospel_info which displays info about the buffs you are receiving. Thanks to Rayce for the packet information. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9174 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 01e9445b3..51a2f5a5b 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -345,6 +345,7 @@ int do_init_clif(void);
void clif_get_weapon_view(TBL_PC* sd, unsigned short *rhand, unsigned short *lhand);
int clif_party_xy_remove(struct map_session_data *sd); //Fix for minimap [Kevin]
+void clif_gospel_info(struct map_session_data *sd, int type);
void clif_parse_ReqFeel(int fd, struct map_session_data *sd, int skilllv);
void clif_feel_info(struct map_session_data *sd, unsigned char feel_level, unsigned char type);
void clif_hate_info(struct map_session_data *sd, unsigned char hate_level,int class_, unsigned char type);