diff options
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index a519e3a65..1136ec989 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3119,6 +3119,9 @@ int battle_weapon_attack( struct block_list *src,struct block_list *target, return 0;
}
+ if (sc && sc->data[SC_CLOAKING].timer != -1 && !sc->data[SC_CLOAKING].val4)
+ status_change_end(src,SC_CLOAKING,-1);
+
//Check for counter attacks that block your attack. [Skotlex]
if(tsc)
{
|