diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index dba67d0fb..7e31acb8f 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -5788,6 +5788,7 @@ int status_change_clear_buffs (struct block_list *bl) || i == SC_COMBO || i == SC_DANCING || i == SC_GUILDAURA
)
continue;
+ if(i==SC_BERSERK) sc->data[i].val4 = 1;
if(sc->data[i].timer != -1)
status_change_end(bl,i,-1);
}
|