diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index f4af0c8e7..eeb73c0df 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -6830,7 +6830,7 @@ int status_change_clear_buffs (struct block_list *bl, int type) case SC_BERSERK:
if (!(type&1))
continue;
- sc->data[i].val4 = 1;
+ sc->data[i].val2 = 0;
break;
default:
if (!(type&1))
|