|
@@ -647,6 +647,7 @@ void clif_viewpoint(struct map_session_data *sd, int npc_id, int type, int x, in
|
|
|
void clif_additem(struct map_session_data *sd, int n, int amount, unsigned char fail); // self
|
|
|
void clif_dropitem(struct map_session_data *sd,int n,int amount); //self
|
|
|
void clif_delitem(struct map_session_data *sd,int n,int amount, short reason); //self
|
|
|
+void clif_update_hp(map_session_data &sd);
|
|
|
void clif_updatestatus(struct map_session_data *sd,int type); //self
|
|
|
void clif_changestatus(struct map_session_data* sd,int type,int val); //area
|
|
|
int clif_damage(struct block_list* src, struct block_list* dst, t_tick tick, int sdelay, int ddelay, int64 sdamage, int div, enum e_damage_type type, int64 sdamage2, bool spdamage); // area
|