diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-19 18:00:11 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-19 18:00:11 +0000 |
commit | 5f8004ef09b91a6f5e814e55de1d842626de8c97 (patch) | |
tree | 5f1dd442db71bc716227a3f232174063c6012915 /src/map/clif.h | |
parent | 56cff3487e8605b94776c21860ed61ee30de01fc (diff) | |
download | hercules-5f8004ef09b91a6f5e814e55de1d842626de8c97.tar.gz hercules-5f8004ef09b91a6f5e814e55de1d842626de8c97.tar.bz2 hercules-5f8004ef09b91a6f5e814e55de1d842626de8c97.tar.xz hercules-5f8004ef09b91a6f5e814e55de1d842626de8c97.zip |
- 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
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |