diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-10 22:25:37 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-10 22:25:37 +0000 |
commit | 24414fd7928e83c7d38bbb1318315c187dfef7ce (patch) | |
tree | c13aa30167452f53e57434cc5c6fb1cfd277b25d /src/map/clif.h | |
parent | 8f03106eccfbf42b72a86c2834aff994a7a58a2a (diff) | |
download | hercules-24414fd7928e83c7d38bbb1318315c187dfef7ce.tar.gz hercules-24414fd7928e83c7d38bbb1318315c187dfef7ce.tar.bz2 hercules-24414fd7928e83c7d38bbb1318315c187dfef7ce.tar.xz hercules-24414fd7928e83c7d38bbb1318315c187dfef7ce.zip |
Re-enabled packet 0x1ac to be sent when something gets ankle-snared
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11400 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index bda4d38ae..40916cb58 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -123,7 +123,7 @@ int clif_damage(struct block_list* src,struct block_list *dst,unsigned int tick, void clif_takeitem(struct block_list* src,struct block_list* dst); void clif_sitting(struct block_list* bl); void clif_standing(struct block_list* bl); -int clif_changelook(struct block_list *,int,int); // area +void clif_changelook(struct block_list *bl,int type,int val); // area void clif_changetraplook(struct block_list *bl,int val); // area void clif_refreshlook(struct block_list *bl,int id,int type,int val,int area); //area specified in 'area' int clif_arrowequip(struct map_session_data *sd,int val); //self @@ -221,7 +221,7 @@ int clif_produceeffect(struct map_session_data* sd,int flag,int nameid); void clif_skill_setunit(struct skill_unit *unit); void clif_skill_delunit(struct skill_unit *unit); -int clif_01ac(struct block_list *bl); +void clif_01ac(struct block_list* bl); int clif_autospell(struct map_session_data *sd,int skilllv); int clif_devotion(struct map_session_data *sd); |