From 0c9374f1f6f3d82cfa93a3c305ce5328363d0c28 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 2 May 2012 04:42:34 +0000 Subject: Fixed bugreport:5484 Cursed Circle caster can no longer move while in the effect (but if he casts any skill it cancels his state and his targets' one). Cursed Circle caster is no longer to attack nearby units either, Also fixed a bug in manhole that allowed trapped character to attack nearby units. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16041 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/unit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/unit.c') diff --git a/src/map/unit.c b/src/map/unit.c index fb613f8a0..e00d0101e 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -921,7 +921,8 @@ int unit_can_move(struct block_list *bl) || sc->data[SC__MANHOLE] || sc->data[SC_VACUUM_EXTREME] || (sc->data[SC_FEAR] && sc->data[SC_FEAR]->val2 > 0) - || sc->data[SC_CURSEDCIRCLE_TARGET] + || sc->data[SC_CURSEDCIRCLE_ATKER] + || sc->data[SC_CURSEDCIRCLE_TARGET] )) return 0; } -- cgit v1.2.3-60-g2f50