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/map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/map.c') diff --git a/src/map/map.c b/src/map/map.c index 62d1aad75..b26d50fc9 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -2414,8 +2414,8 @@ uint8 map_calc_dir(struct block_list* src, int16 x, int16 y) dy = y-src->y; if( dx == 0 && dy == 0 ) { // both are standing on the same spot - //dir = 6; // aegis-style, makes knockback default to the left - dir = unit->getdir(src); // athena-style, makes knockback default to behind 'src' + dir = 6; // aegis-style, makes knockback default to the left + //dir = unit->getdir(src); // athena-style, makes knockback default to behind 'src' } else if( dx >= 0 && dy >=0 ) { // upper-right -- cgit v1.2.3-70-g09d2