From bd34793889e7d49e6650f831e036c0855b56b9fa Mon Sep 17 00:00:00 2001 From: Michieru Date: Sun, 10 Aug 2014 17:30:55 +0200 Subject: - Fix makes knockback default to the left - Fix Back Sliding should not have animation --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index e6a677a6f..afc9fa314 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -1724,7 +1724,7 @@ void clif_changemapserver(struct map_session_data* sd, unsigned short map_index, void clif_blown(struct block_list *bl) { //Aegis packets says fixpos, but it's unsure whether slide works better or not. -// clif_fixpos(bl); + clif->fixpos(bl); clif->slide(bl, bl->x, bl->y); } -- cgit v1.2.3-70-g09d2