From ff0af0b4437fb987bc0cf2c0091942a266b8731e Mon Sep 17 00:00:00 2001 From: zephyrus Date: Sun, 29 Mar 2009 16:49:52 +0000 Subject: - Implementing official battleground "emblem" crossed swords icon. - Removing the custom guild packets from Battleground as they are not needed anymore. - Scripts updated. - In this way, you get "battle cursor" over your same team, but that's how official does. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13635 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index ad00176b6..bc0855b7e 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -343,17 +343,11 @@ int clif_guild_xy_remove(struct map_session_data *sd); int clif_bg_hp(struct map_session_data *sd); int clif_bg_xy(struct map_session_data *sd); int clif_bg_xy_remove(struct map_session_data *sd); -int clif_bg_belonginfo(struct map_session_data *sd); -int clif_visual_guild_id(struct block_list *bl); -int clif_visual_emblem_id(struct block_list *bl); -int clif_bg_emblem(struct map_session_data *sd, struct guild *g); -int clif_bg_memberlist(struct map_session_data *sd); -int clif_bg_leave(struct map_session_data *sd, const char *name, const char *mes); -int clif_bg_leave_single(struct map_session_data *sd, const char *name, const char *mes); int clif_bg_message(struct battleground_data *bg, const char *name, const char *mes, int len); -int clif_bg_expulsion_single(struct map_session_data *sd, const char *name, const char *mes); int clif_bg_updatescore(int m); int clif_bg_updatescore_single(struct map_session_data *sd); +int clif_sendbgemblem_area(struct map_session_data *sd); +int clif_sendbgemblem_single(int fd, struct map_session_data *sd); // atcommand int clif_displaymessage(const int fd,const char* mes); -- cgit v1.2.3-60-g2f50