summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-12 14:53:53 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-12 14:53:53 +0000
commit3fec823429f792645dfd3ad34aed536086f81dfa (patch)
tree6b8edceeb025455619ff9e20b8f64f5dd547a024 /src/map/clif.h
parent61622fe4e4875e2cadc8ede3f1a60f5e8cca89a5 (diff)
downloadhercules-3fec823429f792645dfd3ad34aed536086f81dfa.tar.gz
hercules-3fec823429f792645dfd3ad34aed536086f81dfa.tar.bz2
hercules-3fec823429f792645dfd3ad34aed536086f81dfa.tar.xz
hercules-3fec823429f792645dfd3ad34aed536086f81dfa.zip
- Modified the skill damage packet and the knockback packets to mimic aegis sent packets for such skills.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9471 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 70b28acc2..7fabcb68a 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 skill_id,int skill_lv,int type, int flag);
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);