From 32ebbcf88520ef77425c0b2408ba36c40c3c9aaa Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 27 Nov 2006 14:58:50 +0000 Subject: - Corrected KiriKage's range so it works correctly when used by non-players or when use weapon's range is used. - Changed service for you's flags so it affects all players on range. - Corrected the skill animation for Absorb Spirits - Cleaned up a bit the implementation of how Gravity Field blocks the caster from moving. - Mob class-changing will fail if the new class is the same as the previous one. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9325 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/unit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/unit.c') diff --git a/src/map/unit.c b/src/map/unit.c index 6e3c66288..0d5fb5b71 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -699,6 +699,7 @@ int unit_can_move(struct block_list *bl) || (sc->data[SC_CLOAKING].timer != -1 && //Need wall at level 1-2 sc->data[SC_CLOAKING].val1 < 3 && !(sc->data[SC_CLOAKING].val4&1)) || sc->data[SC_MADNESSCANCEL].timer != -1 + || (sc->data[SC_GRAVITATION].timer != -1 && sc->data[SC_GRAVITATION].val3 == BCT_SELF) )) return 0; } -- cgit v1.2.3-60-g2f50