From 5f8004ef09b91a6f5e814e55de1d842626de8c97 Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 19 Jan 2007 18:00:11 +0000 Subject: - Reverted the dup-label check code since it has a bug that needs to be fixed first (it fails to recognize const.txt values) - Reverted clif_skill_damage receiving the blewcount value since the whole code update that was involved didn't help any anyway. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9675 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index 3e19222f6..b18c11201 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -176,7 +176,7 @@ int clif_skillcastcancel(struct block_list* bl); int clif_skill_fail(struct map_session_data *sd,int skill_id,int type,int btype); int clif_skill_damage(struct block_list *src,struct block_list *dst, unsigned int tick,int sdelay,int ddelay,int damage,int div, - int skill_id,int skill_lv,int type, int flag); + int skill_id,int skill_lv,int type); int clif_skill_damage2(struct block_list *src,struct block_list *dst, unsigned int tick,int sdelay,int ddelay,int damage,int div, int skill_id,int skill_lv,int type); -- cgit v1.2.3-60-g2f50