From 508edc818a1f0fde8d5871c811cb55499b13a07b Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 4 Dec 2006 16:08:42 +0000 Subject: - Changed clif_blown to use fixpos again as per aegis packets. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9402 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/map') diff --git a/src/map/clif.c b/src/map/clif.c index ec1ad27bd..1e81c2f34 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -1864,8 +1864,9 @@ int clif_changemapserver(struct map_session_data *sd, char *mapname, int x, int int clif_blown(struct block_list *bl) { //Previous Aegis versions simply used clif_fixpos, but it seems clif_slide works better on current clients. -// return clif_fixpos(bl); - return clif_slide(bl, bl->x, bl->y); +// However, because of client desyncs, and because current Aegis captures show that they still use fixpos, keep using that for now. + return clif_fixpos(bl); +// return clif_slide(bl, bl->x, bl->y); } /*========================================== -- cgit v1.2.3-70-g09d2