diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-01 01:17:46 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-01 01:17:46 +0000 |
commit | ecfd02c5e01fbf567d4b1694daafe0281418c6f1 (patch) | |
tree | a78d3e087b6439c9276349f65e94e2df880764b0 /src/map/clif.h | |
parent | 181aa8fe1ab62d5eb89b8c4478a48afa28b6c311 (diff) | |
download | hercules-ecfd02c5e01fbf567d4b1694daafe0281418c6f1.tar.gz hercules-ecfd02c5e01fbf567d4b1694daafe0281418c6f1.tar.bz2 hercules-ecfd02c5e01fbf567d4b1694daafe0281418c6f1.tar.xz hercules-ecfd02c5e01fbf567d4b1694daafe0281418c6f1.zip |
Fixed bugreport:6380 Snap/Body Relocation animation, super ultra special thanks to emong.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16541 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index ef404cee5..1c768138a 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -738,6 +738,8 @@ void clif_elemental_updatestatus(struct map_session_data *sd, int type); void clif_talisman(struct map_session_data *sd, short type); +void clif_snap( struct block_list *bl, short x, short y ); + /** * Color Table **/ |