diff options
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 99eee9ffe..120db10f6 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -1325,11 +1325,11 @@ void clif_changemapserver(struct map_session_data* sd, unsigned short map_index, WFIFOSET(fd,packet_len(0x92)); } -int clif_blown(struct block_list *bl) +void clif_blown(struct block_list *bl) { //Aegis packets says fixpos, but it's unsure whether slide works better or not. // return clif_fixpos(bl); - return clif_slide(bl, bl->x, bl->y); + clif_slide(bl, bl->x, bl->y); } /*========================================== * |